.prefFragPattern | R Documentation |
Return data.frame with pattern of perferential fragmentation sites Here a simplified version (elaborate see Kelleher group: Haverland 2017, J Am Soc Mass Spectrom)
.prefFragPattern(silent = FALSE, debug = FALSE, callFrom = NULL)
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
This function returns a data.frame with pattern of perferential fragmentation sites
makeFragments
peTab <- matrix(c("9","13","14","15", "LPVIAGHEAAG","PVIAGHEAAGI","EKKPFSI","KKPFSIE",
"P","L","E","E", "I","V","E","E"),nr=4,dimnames=list(NULL,c("no","seq","precAA","tailAA")))
head(.prefFragPattern())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.