run_pipeline | R Documentation |
Run the main pipeline for ScRNAIMM
run_pipeline(ScRNA,label=NULL,k=NULL,cells=TRUE,genes=TRUE,outdir=NULL,dataset=NULL)
ScRNA |
ScRNA-seq data set generated by prepare_dataset function |
label |
Prior knowledge about cluster labels if NULL, will use our clustering function |
k |
Prior knowledge about number of clusters if NULL, will use our clustering function |
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 |
outdir |
Path to output directory to write the imputed data |
dataset |
Name of the data set to be the name of the output directory |
a data frame with the imputed values
Mohamed Soudy Mohmedsoudy2009@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.