- SC.GE
gene expression matrix with genes as rows and cells as columns
- SC
super-cell (output of SCimplify function)
- fields
which fields of SC to use as cell metadata
- var.genes
set of genes used as a set of variable features of Seurat (by default is the set of genes used to generate super-cells), ignored if !do.preproc
- do.preproc
whether to do prepocessing, including data normalization, scaling, HVG, PCA, nearest neighbors, TRUE by default, change to FALSE to speed up conversion
- is.log.normalized
whether SC.GE is log-normalized counts. If yes, then Seurat field data is replaced with counts after normalization (see 'Details' section), ignored if !do.preproc
- do.center
whether to center gene expression matrix to compute PCA, ignored if !do.preproc
- do.scale
whether to scale gene expression matrix to compute PCA, ignored if !do.preproc
- N.comp
number of principal components to use for construction of single-cell kNN network, ignored if !do.preproc
- output.assay.version
version of the seurat assay in output, `"v4"` by default, `"v5"` requires Seurat v5 installed.