upperGroups {amplican} | R Documentation |
For a given string, detect how many groups of uppercases is inside, where are they, and how long they are.
upperGroups(candidate)
candidate |
(string) A string with the nucleotide sequence. |
For example: asdkfaAGASDGAsjaeuradAFDSfasfjaeiorAuaoeurasjfasdhfashTTSfajeiasjsf
Has 4 groups of uppercases of length 7, 4, 1 and 3.
(IRanges
) A IRanges object with uppercases groups for
given candidate string