Description Usage Arguments Details Value Examples
View source: R/predict_elemental_compositions.R
Predict the nominal mass
1 | calcNominalMass(nbS, monoMass, alpha)
|
nbS |
number of S-atoms |
monoMass |
neutral monoisotopic mass of the protein or peptide of interest |
alpha |
significance level, used to create 1-alpha prediction intervals |
The function is valid for proteins and peptides with a mass between 0 dalton and 4000 dalton.
The parameter alpha accepts 0.05 and 0.01 as values. In case another significance value is chosen, it is automatically converted to 0.05.
A vector with the predicted nominal mass, its predicted lower limit and upper limit
1 2 3 | calcNominalMass(nbS=0, monoMass=1709.897, alpha=0.05)
calcNominalMass(nbS=0, monoMass=1709.897, alpha=0.01)
calcNominalMass(nbS=0, monoMass=1709.897, alpha=0.15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.