View source: R/pkg_peptide_predictor.R
peptide_predictions | R Documentation |
Predicts detectability scores for given peptide(s) using provided RF model.
peptide_predictions(peptides, prediction_model, missed_cleavages)
peptides |
list of peptide amino acid sequences of interest. |
prediction_model |
RF model for used for detectability predictions. |
missed_cleavages |
list of peptide missed cleavages in same order as peptides. If missing, missed cleavages will be calculated from peptide sequence for model predictions. |
dataframe of RF detectability scores with peptide sequences.
## Not run:
peptide_predictions(peptides = c("PEPTIDERANGER", "LLYQPILR", "DAASLFGNK"),
prediction_model = RFmodel_ProteomicsDB)
peptide_predictions(peptides = "MLAILKAQILLR",
prediction_model = RFmodel_CPTAC,
missed_cleavages = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.