.countLET | R Documentation |
Count how many time a given letter occurs in each element of 'seq'
.countLET(sequ, countCh = "K", silent = FALSE, debug = FALSE, callFrom = NULL)
sequ |
(character) eg peptide sequence(s) |
countCh |
(charcter) |
silent |
(logical) suppress messages |
debug |
(logical) for bug-tracking: more/enhanced messages and intermediate objects written in global name-space |
callFrom |
(character) allow easier tracking of message(s) produced |
This function returns a numeric vector of counts for 'countCh' (single element !) in each element of 'seq'
AAfragSettings
, makeFragments
protP2 <- c(mesp="MESPEPTIDES", pepe="PEPEPEP")
.countLET(protP2,"P")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.