evalIsoFragm | R Documentation |
Evaluate selected lines of pepTab (iso-mass) for preferential cutting sites. Such sites are taken by default from .prefFragPattern()
simplified from a publication
by the Kelleher group (Haverland 2017, J Am Soc Mass Spectrom) or can be furnished by the user.
evalIsoFragm(
z,
prefFragPat = NULL,
seqCol = "seq",
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
z |
(matrix) main input, must contain cols specified as seqCol and "no","tailAA","precAA" |
prefFragPat |
(matrix) specifies preferential fragmentation (which combination of AA to consider cols cTer,nTer,score), default made by |
seqCol |
(character) column names for the column containing the sequence to search for preferential cutting sites |
silent |
(logical) suppress messages |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
This function returns line ID-numbers (pepTab[,"no"]) for those below median score (ie to remove from pepTab) or NULL if nothing to remove due to preferential fragmentation
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")))
evalIsoFragm(peTab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.