ScRNA_imp_MM {ScRNAIMM} | R Documentation |
Perform ScRNA-seq imputation using mean/Median
Description
Perform ScRNA-seq imputation using mean/Median
Usage
ScRNA_imp_MM(ScRNA_filtered, cluster_labels = NULL, cells = TRUE, genes = FALSE)
Arguments
ScRNA_filtered |
ScRNA-seq data set generated by prepare_dataset function |
cluster_labels |
Cluster labels generated by cluster_cells function or user-defined |
cells |
Boolean whether to do the imputation based on cell clustering or not |
genes |
Boolean whether to do the imputation based on genes or not |
Value
a data frame with the imputed values
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
[Package ScRNAIMM version 0.1 Index]