public interface RestrictionSite extends StrandedFeature
RestrictionSite
represents the recognition site of a
restriction enzyme.Modifier and Type | Interface and Description |
---|---|
static class |
RestrictionSite.Template
Template for construction of
RestrictionSite s. |
StrandedFeature.Strand
Feature.ByLocationComparator
FeatureHolder.EmptyFeatureHolder
Annotatable.AnnotationForwarder
NEGATIVE, POSITIVE, STRAND, UNKNOWN
byLocationOrder, LOCATION, PROPERTY_DATA_KEY, SOURCE, SOURCETERM, TYPE, TYPETERM
EMPTY_FEATURE_HOLDER, FEATURES, SCHEMA
ANNOTATION
Modifier and Type | Method and Description |
---|---|
RestrictionEnzyme |
getEnzyme()
getEnzyme returns the enzyme which cuts at this
site. |
int |
getPosition()
getPosition returns the common, forward strand cut
site. |
getStrand, getSymbols, setStrand
features, getLocation, getParent, getSequence, getSource, getSourceTerm, getType, getTypeTerm, makeTemplate, setLocation, setSource, setSourceTerm, setType, setTypeTerm
containsFeature, countFeatures, createFeature, filter, filter, getSchema, removeFeature
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
int getPosition()
getPosition
returns the common, forward strand cut
site. Note that some enzymes cut in more than one
position. Such supplementary sites may be calculated by
retrieving the RestrictionEnzyme
instance and
using its methods to calculate the position.int
indicating the base immediately
before the cleavage site on the forward strand.RestrictionEnzyme getEnzyme()
getEnzyme
returns the enzyme which cuts at this
site. A sequence which is the target for several different
enzymes is expected to have a corresponding
RestrictionSite
feature for each.RestrictionEnzyme
.Copyright © 2014 BioJava. All rights reserved.