public interface Homology
Signifies that two or more features are homologous.
Blast hits or local multiple-sequence alignments can be represented as a set of features on sequences that have an alignment. The features will probably implement HomologyFeature.
Modifier and Type | Field and Description |
---|---|
static ChangeType |
ALIGNMENT
Signals that the alignment describing the homologous sequences
has changed.
|
Modifier and Type | Method and Description |
---|---|
Alignment |
getAlignment()
Retrieve the Alignment that specifies how the homologous regions are
aligned.
|
FeatureHolder |
getFeatures()
Retrieve the set of features that mark homologous regions.
|
static final ChangeType ALIGNMENT
Changeable
.FeatureHolder getFeatures()
Alignment getAlignment()
Copyright © 2014 BioJava. All rights reserved.