codontable: Prints the codon table which is used in the PopGenome...

Description Usage Arguments Details Examples

View source: R/codontable.R

Description

This functions prints the nucleotide triplets (as numerical values) and the correspnding protein character strings.

Usage

1

Arguments

no arguments

Details

The returned value is a list including two matrices.
The first matrix contains the amino acids and the second matrix the
corresponding nucleotide triplets. In the PopGenome Vignette you can see how
to manipulate these tables to use alternative genetic codes.

Examples

1
2
3
# table <- codontable()
# table$Proteins 
# table$Triplets

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.