filterGenes-methods: description of function filterGenes

filterGenesR Documentation

description of function filterGenes

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

## 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. 27, 2025, 6:20 a.m.