org.biojava.bio.structure.align.util

Class AlignmentTools

Parameters:
alignment - The input function, as a map (see alignmentAsMap(AFPChain))
identity - An identity-like function providing the isomorphism between the codomain of alignment (of type ) and the domain (type ).
Returns:
  • fromConciseAlignmentString

    public static java.util.Map<java.lang.Integer,java.lang.Integer> fromConciseAlignmentString(java.lang.String string)
    See Also:
    toConciseAlignmentString(Map, Map)