pydna.primer

This module provide the Primer class that is a subclass of the biopython SeqRecord.

class pydna.primer.Primer(record, *args, amplicon=None, position=None, footprint=0, **kwargs)[source]

Bases: SeqRecord

Primer and its position on a template, footprint and tail.

property footprint
property tail
reverse_complement(*args, **kwargs)[source]

Return the reverse complement of the sequence.