Learn R Programming

pmartR (version 2.4.6)

proteomics_filter: Proteomics Filter Object

Description

This function counts the number of peptides that map to each protein and/or the number of proteins to which each individual peptide maps.

Usage

proteomics_filter(omicsData)

Value

An S3 object of class proteomicsFilt, which is a list with two elements. The first element is a data frame of counts for each unique peptide. The second element is a data frame with the counts for the number of peptides that map to each unique protein.

Arguments

omicsData

an object of class "pepData", the a result of as.pepData or as.isobaricpepData. The e_meta component of omicsData must be nonempty.

Author

Lisa Bramer, Kelly Stratton

Examples

Run this code
if (FALSE) { # requireNamespace("pmartRdata", quietly = TRUE)
library(pmartRdata)
my_filter <- proteomics_filter(omicsData = pep_object)
summary(my_filter, min_num_peps = 3)
}

Run the code above in your browser using DataLab