getTableId.CodonAlphabet: Get the genetic code id

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the genetic code id.

Usage

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

Arguments

this

A CodonAlphabet object.

...

Not used.

Value

A numeric vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see CodonAlphabet.

Examples

1
2
3
4
5
6
7
	# create CodonAlphabet object
	a<-CodonAlphabet()
	# get genetic code id
	getTableId(a)
	# get genetic code id via virtual field
	a$tableId
 

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