Uses of Class
util.bio.wrappers.Primer3Pick

Packages that use Primer3Pick
util.bio.wrappers Wrappers for other bio applications. 
 

Uses of Primer3Pick in util.bio.wrappers
 

Methods in util.bio.wrappers that return Primer3Pick
static Primer3Pick[] Primer3Pick.parseFile(java.io.File file)
          Parses a tab delimited file where the sequence to pick primers from is in column 0.
 

Methods in util.bio.wrappers with parameters of type Primer3Pick
 java.lang.String Primer3Wrapper.buildExecuteDoc(Primer3Pick[] pp)