scran_modelGeneVar: scran_modelGeneVar Generates and stores variability data from...

Description Usage Arguments Value Author(s) Examples

View source: R/scran_modelGeneVar.R

Description

scran_modelGeneVar Generates and stores variability data from scran::modelGeneVar in the input singleCellExperiment object

Usage

1
scran_modelGeneVar(inSCE, assayName)

Arguments

inSCE

a singleCellExperiment object

assayName

selected assay to compute variable features from

Value

inSCE updated singleCellExperiment object that contains variable feature metrics in rowData

Author(s)

Irzam Sarfraz

Examples

1
2
data(sce_chcl, package = "scds")
sce_chcl <- scran_modelGeneVar(sce_chcl, "counts")

singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.