get_codons: get_codons

View source: R/get_codons.R

get_codonsR Documentation

get_codons

Description

get_codons

Usage

get_codons(DNA_seq, start = 1)

Arguments

DNA_seq

it's a string that represents a DNA sequence to be transcribed with the transcribe function .

start

it's an integer that represents the starting point of first the reading frame .

Value

returns codons which is vector of three chars presenting each codon from the DNA_seq starting from the start .

Examples

get_codons("ATGCGC", start =  1)



rforbiodatascience22/group_18_package documentation built on April 5, 2022, 7:51 p.m.