dna2aa: Convert dna/rna to amino acids

View source: R/dna.R

dna2aaR Documentation

Convert dna/rna to amino acids

Description

Convert dna/rna to amino acids

Usage

dna2aa(dna, frame = 0, ...)

Arguments

dna

A string of DNA/RNA

frame

Starting frame (0=start on first base, 1=on second, 2=on third)

...

Additional arguments to codons2aa

Value

A string of amino acids

Examples

dna2aa(c('ATGAGATGCAGTTAA','AATTTA'))

sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.