retainXMostIntensePeptides: Filter a list of peptide intensities s.t. only those peptides...

Description Usage Arguments

View source: R/peptideFilters.R

Description

Filter a list of peptide intensities s.t. only those peptides are kept that belong to the 'max.peptides' peptides for each protein that have the highest total intensity.

Usage

1
retainXMostIntensePeptides(peps, max.peptides)

Arguments

peps

A long format data.table of peptide intensities. The table should have the following columns:

  • protein_id (character)

  • peptide_id (character)

  • sec (integer)

  • intensity (numeric)


hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.