getCodon | R Documentation |
Getting Codons
getCodon(RNASeq, start = 1)
start |
Position to start the codon counting/dividing. Default start = 1 |
RNAseq |
RNA sequence input as string. |
Character vector where each element is a codon.
RNA <- "UCGUUA" getCodon("UCGUUA", start = 1). "CGU" "UAA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.