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

View source: R/codontable.R

codontableR Documentation

Prints the codon table which is used in the PopGenome framework

Description

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

Usage


codontable()

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


# table <- codontable()
# table$Proteins 
# table$Triplets

pievos101/PopGenome documentation built on Feb. 24, 2023, 7:11 a.m.