get_reading_frame: Reading frame

View source: R/get_reading_frame.R

get_reading_frameR Documentation

Reading frame

Description

Reading frame

Usage

get_reading_frame(DNA_seq, start = 1)

Arguments

DNA_seq

String DNA sequence to be translated with the translate function .

start

Integer value startingpoint of the reading frame .

Value

returns the codons character vector of three base pair to be subsequently translated to amino acids

Examples

get_reading_frame("ATGCGC", start =  1)
# will return [ "ATG"  , "CGC"]


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