| convert_proforma | R Documentation |
Converts proforma strings to a PTM object that get_matched_peaks uses to calculate fragmentation patterns. If there is no modification annotation, the cleaned sequence is returned.
convert_proforma(proforma, AlternativeGlossary = NULL)
proforma |
A string written in the format "M.S[Methyl]S[22]S[23].V" |
AlternativeGlossary |
Try a different glossary. See system.file("extdata", "Unimod_v20220602.csv", package = "pspecterlib) for formatting. |
Degnan, David. Flores, Javier.
## Not run:
convert_proforma("M.(S)[Acetyl]ATNNIAQARKLVEQLRIEAGIERIKVSKAASDLMSYCEQHARNDPLLVGVPASENPFKDK(KPCIIL)[-52.9879].")
convert_proforma("M.SS[Methyl]S.V")
convert_proforma("M.S[Methyl]S[22]S[23].V")
convert_proforma("TESTTESTTEST")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.