View source: R/filterMissingGenes.R
filterMissingGenes | R Documentation |
The main use case for this function is the removal of missing genes.
filterMissingGenes(obj, threshold = 0)
obj |
ExpressionSet object. |
threshold |
Minimum sum of gene counts across samples – defaults to zero. |
Filtered ExpressionSet object
data(skin)
filterMissingGenes(skin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.