get_codons: Title get_codons

View source: R/F3_get_codons.R

get_codonsR Documentation

Title get_codons

Description

Title 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

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

Examples

get_codons("ATGC", start =  1)


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