View source: R/utils-genesExpDF.R
excludeGenes | R Documentation |
Exclude the genes (rows) from a data.frame based on a given list
excludeGenes(DF, genelist)
DF |
data.frame to be filtered |
genelist |
a vector of ID (e.g. Ensembl ID for mitochondria genes) to be excluded from DF |
data.frame without the filtered out genes from the specified list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.