ORF Operations
ORF operations target open reading frames within sequences, enabling codon-level manipulations and translations while respecting reading frame boundaries. These operations require that the target region be annotated with annotate_orf or insert_tags so that the reading frame is known.
import poolparty as pp
pp.init()
Introduce codon-level missense mutations within a coding sequence. |
|
Translate a DNA pool to a protein pool. |
|
Tag an ORF region within a longer sequence. |
|
Apply alternating codon colours to visualize reading frames. |
|
Back-translate a protein pool to DNA using a codon table. |