View source: R/FilterLibPrecursors2.R
filter.lib.precursors2 | R Documentation |
Filters slot PrecursorData$Consensus, and returns the filtered Precursor information in PrecursorData$ConsensusFilter
## S3 method for class 'lib.precursors2' filter(calibrationLib, exUniMod, precAARange, chargeRange, exAAs)
calibrationLib |
input SpectrastLibrary object |
exUniMod |
numeric vector with UniMod accession numbers. A Precursor having any of these modification will be excluded. |
precAARange |
numeric vector specifying the allowed length range in AA, that a Precursor is allowed to have. |
chargeRange |
allowed charge range for precursors. |
exAAs |
character vector describing AAs that a Precursor cannot have in its sequence. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.