View source: R/helpers_general.R
upperGroups | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.