filter.peptides.tmp: Filters peptide sequences based on amino acid length

View source: R/FilterPeptidesTmp.R

filter.peptides.tmpR Documentation

Filters peptide sequences based on amino acid length

Description

Filters peptide sequences based on amino acid length

Usage

## S3 method for class 'peptides.tmp'
filter(msLib, AALengthRange, rejectAAs, mzRange, chargeRange)

Arguments

msLib

a scell input object

AALengthRange

minimum peptide length allowed

rejectAAs

amino acids to reject. Peptides containing these amino acids will be removed.

mzRange

mass over charge range to consider for resulting precursor ions

chargeRange

charges allowed for resulting precursor ions.


MarcIsak/MSLibrarian documentation built on Aug. 27, 2022, 4:55 a.m.