Description Usage Arguments Value
View source: R/Validate_score.R
Validate the scoring function for peptide mass fingerprint MALDI-MS experiment.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | Validate_score(
ProcessMALDIMS,
TheoreticalMass,
mzw,
nAA,
threshold,
Mw,
sequence,
Npermu = 10000,
In,
prob = FALSE,
score_prob_threshold,
missed
)
|
ProcessMALDIMS |
Processed MALDI-MS spectrum Protein sequence. |
TheoreticalMass |
Output obtained from |
mzw |
Mass error window. |
nAA |
Number of amino acids in the protein sequence. |
threshold |
threshold for scoring |
Mw |
Molecular weight of the protein assayed. |
sequence |
Protein sequence |
Npermu |
Number of permutations |
In |
In for annotationMALDI_Bot function |
prob |
If TRUE returns the score calculated with binomial function |
score_prob_threshold |
Threshold for probability |
missed |
Number of missed proteolytic cleavages |
Annotation score for PMF MALDI-MS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.