Learn R Programming

MACP (version 0.1.0)

keepMT: Keep Mitochondrial (mt) Proteins

Description

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.

Usage

keepMT(x)

Value

Matrix containing mt proteins.

Arguments

x

A data matrix object with rows including proteins and fractions along the columns.

Author

Matineh Rahmatbakhsh, matinerb.94@gmail.com

Details

keepMT

Examples

Run this code
# Load the co-elution data
data("exampleData")
# Removes non-mitochondtial proteins
datOut <- keepMT(exampleData)

Run the code above in your browser using DataLab