Description Arguments Details Examples
Filter out genes following a different expression profile
x |
the BioData object |
genes |
a list of pattern matches to the egnes you want to remove |
Mitocondrial genes are expressed not from the diploid genome, but from multiple copies of the mitochondrial genome. A similar problem arises with the ribosomal genes which are expressed from multiple locis in the diploig genome and therfore also spike at much higher levels than the diploid genes.
I am not 100
1 2 3 4 5 6 7 | ## Not run:
## merged is a BioData object with mouse data
filterGenes( merged, c('^mt-', 'Rp[ls]'))
## merged is a BioData object with human data
filterGenes( merged, c('^MT', 'RP[LS]'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.