keepMT: Keep Mitochondrial (mt) Proteins

View source: R/keepMT.R

keepMTR Documentation

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)

Arguments

x

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

Details

keepMT

Value

Matrix containing mt proteins.

Author(s)

Matineh Rahmatbakhsh, matinerb.94@gmail.com

Examples

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

MACP documentation built on March 7, 2023, 7:42 p.m.