View source: R/preprocessing.R
FindVariableGenes | R Documentation |
Preprocessing step to find variable genes to use in the downstream analysis. It reduces the number of genes to be considered and speeds up the workflow. It also plots the genes by their p-value.
FindVariableGenes( object, assay.type = "RNA", method = "vst", pvalue = 1e-06, loess.span = 0.3 )
object |
CellRouter object. |
assay.type |
character; the type of data to use.] |
method |
character; the method to perform the identification of variable genes: coefficient_variation or vst (more efficient). |
pvalue |
numeric; the p-value threshold for the genes to be considered. Argument for the coefficient_variation method. |
loess.span |
numeric; argument for the vst method. |
dataframe; the information about the genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.