skbio.sequence.GeneticCode.__str__

GeneticCode.__str__()[source]

Return string representation of the genetic code.

State: Stable as of 0.4.0.

Returns:

Genetic code in NCBI genetic code format.

Return type:

str

Notes

Representation uses NCBI genetic code format defined in [1].

References