|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.PrimerSet
public class PrimerSet
Class to represent a set of primers used to clone one gene
Field Summary | |
---|---|
Primer |
fwd
forward primer |
java.lang.String |
product
product sequence |
Primer |
rvs
reverse primer |
Constructor Summary | |
---|---|
PrimerSet()
new PrimerSet with no info |
|
PrimerSet(PrimerSet p)
copy another primer set |
Method Summary | |
---|---|
void |
calcTm()
calculate tm using Melting |
void |
reverseIndex(int dnaLength)
reset index to be the index from the other end of the DNA (usueful if you reverse complement) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Primer fwd
public Primer rvs
public java.lang.String product
Constructor Detail |
---|
public PrimerSet()
public PrimerSet(PrimerSet p)
Method Detail |
---|
public void calcTm()
public void reverseIndex(int dnaLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |