-
- Type Parameters:
S- each element of an alignmentProfileis of type SC- each element of anAlignedSequenceis aCompoundof type C
- All Superinterfaces:
Iterable<AlignedSequence<S,C>>,Profile<S,C>
- All Known Subinterfaces:
MutableProfilePair<S,C>
- All Known Implementing Classes:
SimpleProfilePair
public interface ProfilePair<S extends Sequence<C>,C extends Compound> extends Profile<S,C>
Defines a data structure for the results of the alignment of a pair ofProfiles.- Author:
- Mark Chapman, Paolo Pavan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.nbio.core.alignment.template.Profile
Profile.StringFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profile<S,C>getQuery()Returns the firstProfileof the pair.Profile<S,C>getTarget()Returns the secondProfileof the pair.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.biojava.nbio.core.alignment.template.Profile
getAlignedSequence, getAlignedSequence, getAlignedSequences, getAlignedSequences, getAlignedSequences, getCompoundAt, getCompoundAt, getCompoundCountsAt, getCompoundCountsAt, getCompoundsAt, getCompoundSet, getCompoundWeightsAt, getCompoundWeightsAt, getIndexOf, getIndicesAt, getLastIndexOf, getLength, getOriginalSequences, getSize, getSubProfile, hasGap, isCircular, toString, toString, toString
-
-