Description Usage Arguments Value Author(s) Examples
View source: R/functions-MSnExp.R
precSelection
computes the number of selection events each
precursor ions has undergone in an tandem MS experiment. This will be
a function of amount of peptide loaded, chromatography efficiency,
exclusion time,... and is useful when optimising and experimental
setup. This function returns a named integer vector or length equal to
the number of unique precursor MZ values in the original
experiment. See n
parameter to set the number of MZ significant
decimals.
precSelectionTable
is a wrapper around precSelection
and
returns a table with the number of single, 2-fold, ... selection events.
1 | precSelection(object,n)
|
object |
An instane of class |
n |
The number of decimal places to round the precursor MZ to. Is passed to the round function. |
A named integer in case of precSelection
and a table
for
precSelectionTable
.
Laurent Gatto <lg390@cam.ac.uk>
1 2 3 4 | precSelection(itraqdata)
precSelection(itraqdata,n=2)
precSelectionTable(itraqdata)
## only single selection event in this reduced exeriment
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.