nFragments0 | R Documentation |
nFragments0
tells the number of fragments/entry when cutting after 'cutAt'
nFragments0(protSeq, cutAt)
protSeq |
(character) text to be cut |
cutAt |
(integer) position to cut |
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.