Description Usage Arguments Value Examples
Computes the numerical model at the core of all bigSCale2 analysis.
1 | setODgenes(object, min_ODscore = 1, use.exp = c(0, 1), custom.genes = NA)
|
min_ODscore |
the treshold (Z-score) used to select highly variable genes. Increasing(decreasing) it results in less(more) highly variable genes. |
use.exp |
A vactor of two elements |
custom.genes |
A character vector with a custo set of highly variable genes. Overrides any of the previous arguments |
sce |
object of the SingleCellExperiment class. |
object of the SingleCellExperiment class, with the highly variable genes stored inside.
1 2 | sce=setODgenes(sce)
sce=setODgenes(sce,min_ODscore=2) # I want to use more highly variable geness so I lower the threshold.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.