View source: R/preprocessing.R
| extract_common_genes | R Documentation |
This function takes a data set and returns the genes that are "common" in the data set. It assumes that the row names are the gene names.
extract_common_genes(dataList)
dataList |
A List of scRNA-seq data object (Seurat) with the rows as genes and the cells as objects |
A list of the common genes in the data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.