Learn R Programming

PopGenome (version 2.7.5)

codontable: 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

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

Run this code
# NOT RUN {
# table <- codontable()
# table$Proteins 
# table$Triplets
# }

Run the code above in your browser using DataLab