powered by
Count how many time a given letter occurs in each element of 'seq'
.countLET(sequ, countCh = "K", silent = FALSE, debug = FALSE, callFrom = NULL)
This function returns a numeric vector of counts for 'countCh' (single element !) in each element of 'seq'
(character) eg peptide sequence(s)
(charcter)
(logical) suppress messages
(logical) for bug-tracking: more/enhanced messages and intermediate objects written in global name-space
(character) allow easier tracking of message(s) produced
AAfragSettings, makeFragments
AAfragSettings
makeFragments
protP2 <- c(mesp="MESPEPTIDES", pepe="PEPEPEP") .countLET(protP2,"P")
Run the code above in your browser using DataLab