getCodons: Get the codons of a RNA sequence

View source: R/getCodons.R

getCodonsR Documentation

Get the codons of a RNA sequence

Description

Get the codons of a RNA sequence

Usage

getCodons(rnaSequence, start = 1)

Arguments

start

Value

codons

Examples

getCodons("AUGGACUGAUCGAUGU", start = 1)
[1] "AUG" "GAC" "UGA" "UCG" "AUG"


rforbiodatascience22/group_11_package documentation built on April 6, 2022, 11:19 a.m.