View source: R/preprocessing.R
| select_hvg | R Documentation |
This function uses the FindVariablesFeatures of Seurat to find the Highly variable genes of a data set. This function assumes that genes are in rows and cells are in columns. The "vst" selection method is used with 2000 genes as a default.
select_hvg(dataList, numGenes = 2000)
dataList |
A list of data sets for finding HVG's |
numGenes |
The number fo HVG's to be found, defaults to 2000 |
A data list of that includes the variable genes of the original data list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.