keepMT | R Documentation |
This function removes all the non-mitochondrial proteins by mapping the co-eluted proteins from chromatography fractions to MitoCarta database. Note that this function is only applicable to mouse or human organisms.
keepMT(x)
x |
A data matrix object with rows including proteins and fractions along the columns. |
keepMT
Matrix containing mt proteins.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
# Load the co-elution data data("exampleData") # Removes non-mitochondtial proteins datOut <- keepMT(exampleData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.