stopDefinition: Returns stop codon definitions

View source: R/find_ORFs.R

stopDefinitionR Documentation

Returns stop codon definitions

Description

According to: <http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/ index.cgi?chapter=tgencodes#SG1> ncbi genetic code number for translation. This version is a cleaned up version, unknown indices removed.

Usage

stopDefinition(transl_table)

Arguments

transl_table

numeric. NCBI genetic code number for translation.

Value

A string of STOP sites separatd with "|".

See Also

Other findORFs: findMapORFs(), findORFs(), findORFsFasta(), findUORFs(), startDefinition()

Examples

stopDefinition
stopDefinition(1)


Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.