void |
RestrictionMapper.addEnzyme(RestrictionEnzyme enzyme)
addEnzyme adds an enzyme to be searched for in the
Sequence .
|
static Annotation |
RestrictionEnzymeManager.getAnnotation(RestrictionEnzyme enzyme)
getAnnotation returns an immutable, static
annotation describing the enzyme.
|
static java.util.regex.Pattern[] |
RestrictionEnzymeManager.getPatterns(RestrictionEnzyme enzyme)
getPatterns returns two Pattern
objects for an enzyme, one matches the forward strand and one
the reverse.
|
static java.lang.String |
RestrictionEnzymeManager.getSuppliers(RestrictionEnzyme enzyme)
getSuppliers returns a string describing the suppliers
of this enzyme according to REBASE encoding for commercial sources
or an empty String if the enzyme is not commecially available.
|
static void |
RestrictionEnzymeManager.register(RestrictionEnzyme enzyme,
java.util.Set isoschizomers)
register regisiters a new
RestrictionEnzyme with the manager.
|
void |
RestrictionMapper.removeEnzyme(RestrictionEnzyme enzyme)
removeEnzyme removes an enzyme from those to be
searched for in the Sequence .
|