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
RestrictionSites. |
StrandedFeature.StrandFeature.ByLocationComparatorFeatureHolder.EmptyFeatureHolderAnnotatable.AnnotationForwarderNEGATIVE, POSITIVE, STRAND, UNKNOWNbyLocationOrder, LOCATION, PROPERTY_DATA_KEY, SOURCE, SOURCETERM, TYPE, TYPETERMEMPTY_FEATURE_HOLDER, FEATURES, SCHEMAANNOTATION| 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, setStrandfeatures, getLocation, getParent, getSequence, getSource, getSourceTerm, getType, getTypeTerm, makeTemplate, setLocation, setSource, setSourceTerm, setType, setTypeTermcontainsFeature, countFeatures, createFeature, filter, filter, getSchema, removeFeaturegetAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerint 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 © 2020 BioJava. All rights reserved.