filterGenes-methods: description of function filterGenes

Description Arguments Details Examples

Description

Filter out genes following a different expression profile

Arguments

x

the BioData object

genes

a list of pattern matches to the egnes you want to remove

Details

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

Examples

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)

stela2502/BioData documentation built on Feb. 23, 2022, 5:47 a.m.