Uses of Package
org.biojava.bio.alignment

  • Class
    Description
     
    This Interface provides methods for the alignment of bio-sequences.
    AlignmentElement is a class which represents a SymbolList and its location within an Alignment This is for use in UnequalLengthAlignments and ARAlignments.
    This class stores the result of an alignment procedure that creates a pairwise alignment of two sequences.
    ARAlignment is an interface that defines methods for adding and removing seqeunces from an Alignment.
    EditableAlignment is an interface that defines methods for shifting bases within an Alignment.
    The usual reason for throwing an IllegalAlignmentEditException is that you are trying to shift a group of bases in such a way that it would require deleting bases.
    This object is able to read a substitution matrix file and constructs a short matrix in memory.
    UnequalLengthAlignment has the following behavior.