Description Usage Arguments Value
View source: R/compute_supercells_GE.R
Computes gene expression of metacells
1 2 3 4 5 6 7 8 9 | compute_supercells_GE(
sc.GE,
SC.list,
ToComputeSC_GE = TRUE,
filename = "additional_gammas",
data.folder = "./data",
folder.suf = "",
verbose = FALSE
)
|
sc.GE |
single-cell gene expression |
SC.list |
list of super-cells (an output of |
ToComputeSC_GE |
whether to compute or to load already computed GE |
filename |
file name where to save or load GE |
data.folder |
path to the data folder, usually has a fprmat './data/project_name' |
a list of GE in the same format as "SC.list"
, i.e., "SC.GE.list[[MS_method]][[gamma_i]][[seed_i]]"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.