View source: R/data_preprocessing_utils.R
wrapper for Seurat gene selection functions FindVariableFeatures
and SelectIntegrationFeatures
.
1 | select_genes(X.list, ngenes = 3000, verbose = F)
|
X.list |
a list of m cells-by-genes gene expression matrices from m data sets |
ngenes |
integer, number of highly variable genes to select |
verbose |
boolean scalar, whether to show Seurat gene selection messages (default FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.