getTransTable.CodonAlphabet: Get the list storing the genetic code table

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the list storing the genetic code table.

Usage

1
2
## S3 method for class 'CodonAlphabet'
getTransTable(this, ...)

Arguments

this

A CodonAlphabet object.

...

Not used.

Value

A list.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see CodonAlphabet.

Examples

1
2
3
4
5
6
7
	# create object
	a<-CodonAlphabet()
	# get genetic code table
	getTransTable(a)
	# get genetic code table via virtual field
	a$transTable
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.