API ReferenceΒΆ

codeine.CodingSpace(aa_seq, *[, ...])

Represents a space of valid coding sequences for a protein under constraints.

codeine.MutationSpace(space, cds, *[, ...])

Represents the subset of valid coding sequences reachable from a reference CDS by mutation under constraints.

codeine.TranslationTable([table_id, rna])

Translation table.

codeine.CodonWeights(weights)

A class to store codon weights, for example codon usage information for a specific organism.