Package Bio :: Package Emboss :: Module PrimerSearch :: Class InputRecord
[hide private]
[frames] | no frames]

Class InputRecord

source code

Represent the input file into the primersearch program.

This makes it easy to add primer information and write it out to the simple primer file format.

Instance Methods [hide private]
 
__init__(self) source code
 
__str__(self) source code
 
add_primer_set(self, primer_name, first_primer_seq, second_primer_seq)
Add primer information to the record.
source code