# Functions
FixCds fixes a CDS given the CDS sequence, a codon table, and a list of functions to solve for.
FixCdsSimple is FixCds with some defaults for normal usage, including finding homopolymers, finding repeats, and ensuring a normal range of GC content.
GcContentFixer is a generator to increase or decrease the overall GcContent of a CDS.
GlobalRemoveRepeat is a generator to make a function that searchs for external repeats (e.g genome repeats) and make a DnaSuggestion for codon changes.
No description provided by the author
RemoveRepeat is a generator to make a problematicSequenceFunc for repeats.
RemoveRepeat is a generator to make a problematicSequenceFunc for repeats.
RemoveSequence is a generator for a problematicSequenceFuncs for specific sequences.
# Variables
No description provided by the author
# Structs
No description provided by the author
DnaSuggestion is a suggestion of a fixer, generated by a problematicSequenceFunc.