Uses of Interface
org.biojava.nbio.structure.align.multiple.Block
Package
Description
Serialization and deserialization for structure alignment results (as AFPChain object) to XML.
-
Uses of Block in org.biojava.nbio.structure.align.multiple
Modifier and TypeClassDescriptionclass
General implementation of aBlock
that supports any type of sequential alignment with gaps.Modifier and TypeMethodDescriptionBlock.clone()
Creates and returns an identical copy of this block.BlockImpl.clone()
MultipleAlignment.getBlock
(int index) Returns the Block with the specified index of the MultipleAlignment.MultipleAlignmentImpl.getBlock
(int index) -
Uses of Block in org.biojava.nbio.structure.align.multiple.util
Modifier and TypeMethodDescriptionMultipleAlignmentTools.getCorePositions
(Block block) Calculate a List of alignment indicies that correspond to the core of a Block, which means that all structures have a residue in that position.Modifier and TypeMethodDescriptionstatic void
MultipleAlignmentTools.sortBlocks
(List<Block> blocks, int sortedIndex) Sort blocks so that the specified row is in sequential order. -
Uses of Block in org.biojava.nbio.structure.align.xml
Modifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLblock
(PrettyXMLWriter xml, Block b)