translation: Finds all protein sequences for the given DNA sequence. First...

Description Usage Arguments Value Examples

Description

Finds all protein sequences for the given DNA sequence. First the algorithm finds the RNA for the given DNA sequence. Then it starts from the begining searching for a start codon, and stops when finds stop codon of end of sequence.When one sequence is found, the algorithm searches for new start codon in the sequence, after the previous start codon.

Usage

1

Arguments

sequence

A vector of characters in lower or upper case indicating some DNA sequence.

Value

A list with vectors indicating all possible protein sequences for given DNA.

Examples

1
translation(c("A","T","G","C","A","C","A","T","G","T","A","C","T","G","A","T","A","C"))

frosinastojanovska/Bioinformatics documentation built on May 16, 2019, 3:32 p.m.