Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nFragments0

Number of fragments after cut at specific character(s)


Description

nFragments0 tells the number of fragments/entry when cutting after 'cutAt'

Usage

nFragments0(protSeq, cutAt)

Arguments

protSeq

(character) text to be cut

cutAt

(integer) position to cut

Value

numeric vector with number of fragments for each entry 'protSeq' (names are 'protSeq')

See Also

more elaborate {nFragments}; cutAtMultSites

Examples

tmp <- "MSVSRTMEDSCELDLVYVTERIIAVSFPSTANEENFRSNLREVAQMLKSKHGGNYLLFNLSERRPDITKLHAKVLEFGWPDLHTPALEKI" 
nFragments0(c(tmp,"ojioRij"),c("R","K"))

wrMisc

Analyze Experimental High-Throughput (Omics) Data

v1.5.4
GPL-3
Authors
Wolfgang Raffelsberger [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.