| nFragments0 | R Documentation |
This function tells the number of fragments/entry when cutting after 'cutAt'
nFragments0(protSeq, cutAt, silent = FALSE, debug = FALSE, callFrom = NULL)
protSeq |
(character) text to be cut |
cutAt |
(integer) position to cut |
silent |
(logical) suppress messages if |
debug |
(logical) additional messages for debugging |
callFrom |
(character) allows easier tracking of messages produced |
This function returns a numeric vector with number of fragments for each entry 'protSeq' (names are 'protSeq')
more elaborate {nFragments}; cutAtMultSites
tmp <- "MSVSRTMEDSCELDLVYVTERIIAVSFPSTANEENFRSNLREVAQMLKSKHGGNYLLFNLSERRPDITKLHAKVLEFGWPDLHTPALEKI"
nFragments0(c(tmp,"ojioRij"),c("R","K"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.