| nFragments | R Documentation |
This function determines number of fragments /entry within range of 'sizeRa' (numeric,length=2) when cutting after 'cutAt'
nFragments(
protSeq,
cutAt,
sizeRa,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
protSeq |
(character) text to be cut |
cutAt |
(character) position to cut |
sizeRa |
(numeric,length=2) min and max size to consider |
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')
cutAtMultSites, simple version {nFragments0} (no size-range)
tmp <- "MSVSREDSCELDLVYVTERIIAVSFPSTANEENFRSNLREVAQMLKSKHGGNYLLFNLSERRPDITKLHAKVLEFGWPDLHTPALEKI"
nFragments(c(tmp,"ojioRij"),c("R","K"),c(4,31))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.