MohmedSoudy / ScRNAIMM

Performing single-cell imputation in a way that preserves the biological variations in the data. The package clusters the input data to do imputation for each cluster, and do a distribution check using the Anderson-Darling normality test to impute dropouts using mean or median (Yazici, B., & Yolacan, S. (2007) <doi:10.1080/10629360600678310>).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScRNAIMM

CRAN RStudio mirror downloads CRAN RStudio mirror downloads

install.packages("ScRNAIMM")

Description

Performing single-cell imputation in a way that preserves the biological variations in the data. The package clusters the input data to do imputation for each cluster, and do a distribution check using the Anderson-Darling normality test to impute dropouts using mean or median.

Documentation

For the documentation see: ScRNAIMM Documentation.

Package information

Usage

Example

library(scDHA)
library(ScRNAIMM)

data('Goolam')
label <- as.character(Goolam$label)

data <- data.frame(log2(Goolam$data + 1))

imputed_data <- run_pipeline(data, label = label, outdir = "outdir/", dataset = "Goolam")

Contribution Guidelines

For bugs and suggestions, the most effective way is by raising an issue on the GitHub issue tracker. GitHub allows you to classify your issues so that we know if it is a bug report, feature request, or feedback to the authors.

Email: MohmedSoudy2009@gmail.com

About

Performing single-cell imputation in a way that preserves the biological variations in the data. The package clusters the input data to do imputation for each cluster, and do a distribution check using the Anderson-Darling normality test to impute dropouts using mean or median (Yazici, B., & Yolacan, S. (2007) <doi:10.1080/10629360600678310>).

License:GNU General Public License v3.0


Languages

Language:R 100.0%