View source: R/findVariableGenes.R
vargenes_vst | R Documentation |
Function to find variable genes using variance stabilizing transform (vst) method
vargenes_vst(object, groups, topn, loess.span = 0.3)
object |
expression matrix |
groups |
finds variable genes within each group then pools |
topn |
Return top n genes |
loess.span |
Loess span parameter used when fitting the variance-mean relationship |
A data.frame of variable genes, with means and standard deviations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.