Genseq: Translate DNA or RNA to amino acide

Description Usage Arguments Value Examples

View source: R/hello.R

Description

Translate DNA or RNA to amino acide

Usage

1
Genseq(x)

Arguments

x

a text string containing a DNA or RNA sequence

Value

A text string that represents the translated amino acid sequence.

Examples

1
2
3
Translate(x)
x <- "ATGTCCTAG"
Translate(x)

cdanmaigona/GenSeq documentation built on Nov. 12, 2019, 12:03 a.m.