Description Usage Arguments Value Author(s) Examples
View source: R/scran_modelGeneVar.R
scran_modelGeneVar Generates and stores variability data from scran::modelGeneVar in the input singleCellExperiment object
1 | scran_modelGeneVar(inSCE, assayName)
|
inSCE |
a singleCellExperiment object |
assayName |
selected assay to compute variable features from |
inSCE updated singleCellExperiment object that contains variable feature metrics in rowData
Irzam Sarfraz
1 2 | data(sce_chcl, package = "scds")
sce_chcl <- scran_modelGeneVar(sce_chcl, "counts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.