Description Usage Arguments Value
View source: R/compute_supercells_PCA.R
Computes PCA for supee-cells over all simplification methods, graining levels (gammas) and random seeds
1 2 3 4 5 6 7 8 | compute_supercells_PCA(
SC.list,
SC.GE.list,
N.comp,
genes.omit = NULL,
pca_name = "SC_PCA",
verbose = FALSE
)
|
SC.list |
super-cell list |
SC.GE.list |
super-cell gene expression list |
N.comp |
numbe of PC to compute |
genes.omit |
list of genes to exclude from hvg |
pca_name |
name of the fiels to add to SC.list |
SC.list
with an additional fiels named pca_name
containing PCA embedding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.