NAME PrimerView - generates graphical outputs that map the position and distribution of primers to the target sequence =head1 SYNOPSIS use strict; use warnings; use PRIMERVIEW;
my $in_file = "test_seqs.fasta";
my $tmp = PRIMERVIEW->new();
$tmp->load_selections(
in_file => $in_file,
single_view => "1",
batch_view => "1",
clean_up => "1"
);
$tmp->run_primerview();
=head1 DESCRIPTION
designs forward and reverse primers from multi-sequence datasets, and generates graphical outputs that map the position and distribution of primers to the target sequence
=head1 FEEDBACK
damienoh@gwu.edu
=head2 Mailing Lists
User feedback is an integral part of the evolution of this module. Send your comments and suggestions preferably to one of the mailing lists. Your participation is much appreciated.