Uses of Class
org.biojava.bio.molbio.RestrictionEnzyme
-
Packages that use RestrictionEnzyme Package Description org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature. -
-
Uses of RestrictionEnzyme in org.biojava.bio.molbio
Fields in org.biojava.bio.molbio declared as RestrictionEnzyme Modifier and Type Field Description RestrictionEnzymeRestrictionSite.Template. enzymeenzymeRestrictionEnzymefield.Methods in org.biojava.bio.molbio that return RestrictionEnzyme Modifier and Type Method Description static RestrictionEnzymeRestrictionEnzymeManager. getEnzyme(java.lang.String name)getEnzymereturns an enzyme by name.RestrictionEnzymeRestrictionSite. getEnzyme()getEnzymereturns the enzyme which cuts at this site.Methods in org.biojava.bio.molbio with parameters of type RestrictionEnzyme Modifier and Type Method Description voidRestrictionMapper. addEnzyme(RestrictionEnzyme enzyme)addEnzymeadds an enzyme to be searched for in theSequence.static AnnotationRestrictionEnzymeManager. getAnnotation(RestrictionEnzyme enzyme)getAnnotationreturns an immutable, static annotation describing the enzyme.static java.util.regex.Pattern[]RestrictionEnzymeManager. getPatterns(RestrictionEnzyme enzyme)getPatternsreturns twoPatternobjects for an enzyme, one matches the forward strand and one the reverse.static java.lang.StringRestrictionEnzymeManager. getSuppliers(RestrictionEnzyme enzyme)getSuppliersreturns 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 voidRestrictionEnzymeManager. register(RestrictionEnzyme enzyme, java.util.Set isoschizomers)registerregisiters a newRestrictionEnzymewith the manager.voidRestrictionMapper. removeEnzyme(RestrictionEnzyme enzyme)removeEnzymeremoves an enzyme from those to be searched for in theSequence. -
Uses of RestrictionEnzyme in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return RestrictionEnzyme Modifier and Type Method Description RestrictionEnzymeSimpleRestrictionSite. getEnzyme()
-