powered by
This function tells the number of fragments/entry when cutting after 'cutAt'
nFragments0(protSeq, cutAt, silent = FALSE, debug = FALSE, callFrom = NULL)
This function returns a numeric vector with number of fragments for each entry 'protSeq' (names are 'protSeq')
(character) text to be cut
(integer) position to cut
(logical) suppress messages if TRUE
TRUE
(logical) additional messages for debugging
(character) allows easier tracking of messages produced
more elaborate {nFragments}; cutAtMultSites
{nFragments}
cutAtMultSites
tmp <- "MSVSRTMEDSCELDLVYVTERIIAVSFPSTANEENFRSNLREVAQMLKSKHGGNYLLFNLSERRPDITKLHAKVLEFGWPDLHTPALEKI" nFragments0(c(tmp,"ojioRij"),c("R","K"))
Run the code above in your browser using DataLab