make_codons: Dividing an mRNA string into 3mers (codons)

View source: R/F3_make_codons.R

make_codonsR Documentation

Dividing an mRNA string into 3mers (codons)

Description

Dividing an mRNA string into 3mers (codons)

Usage

make_codons(mRNA_seq, start = 1)

Arguments

start

the translational starting point. This will be the first letter of the first codon returned. Default is 1

mRNA

a string of the letters A, U, C and G

Value

a vector of strings, each string having length 3.


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