requireAtLeastXPeptides: Filter a list of peptide intensities s.t. only those are kept...

Description Usage Arguments

View source: R/peptideFilters.R

Description

Filter a list of peptide intensities s.t. only those are kept that belong to peptides whose protein has at least 'min.peptides' peptides.

Usage

1
requireAtLeastXPeptides(peps, min.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.