Description Usage Arguments Value
View source: R/compute_supercells.R
Computes super-cells for the Exact, Approximate super-cells and for Subsampling and Random grouping
for gammas in "gamma.seq"
and for different Random seeds "seed.seq"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
sc.GE |
single-cell gene expression matrix with genes as rows and cells as columns |
gamma.seq |
a vector of graining levels (i.e., |
ToComputeSC |
a bool flag to indicate whether to compute super-cells (if TRUE) or load (if FALSE) (if was previously computed and saved) |
filename |
filename to save/load the resulting list of super-cells |
data.folder |
path to the data folder of a certain analysis, usualy in a format './data/project_name/' |
n.var.genes |
|
k.knn |
|
n.pc |
|
approx.N |
|
fast.pca |
whethre to use fast PCA implementation from ilbra package (default TRUE) |
genes.use |
|
genes.exclude |
genes exclude from the gene set used for the computation of super-cells (e.g., a vector containing mito genes or ribo genes) |
seed.seq |
a vector of Random seeds (used for the Approximate coarse-graining, Subsampling and Random grouping) |
list of super-cell in a format SC.list[[SC_method]][[gamma_i]][[seed_i]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.