Uses of Interface
org.biojava.nbio.structure.align.multiple.Block
Packages that use 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
Classes in org.biojava.nbio.structure.align.multiple that implement BlockModifier and TypeClassDescriptionclass
General implementation of aBlock
that supports any type of sequential alignment with gaps.Methods in org.biojava.nbio.structure.align.multiple that return BlockModifier 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) Methods in org.biojava.nbio.structure.align.multiple that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockSet.getBlocks()
Returns the List of alignment Blocks of the BlockSet.BlockSetImpl.getBlocks()
MultipleAlignment.getBlocks()
Convenience method to get a List of all Blocks from all BlockSets.MultipleAlignmentImpl.getBlocks()
Method parameters in org.biojava.nbio.structure.align.multiple with type arguments of type Block -
Uses of Block in org.biojava.nbio.structure.align.multiple.util
Methods in org.biojava.nbio.structure.align.multiple.util with parameters of type BlockModifier 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.Method parameters in org.biojava.nbio.structure.align.multiple.util with type arguments of type BlockModifier 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
Methods in org.biojava.nbio.structure.align.xml with parameters of type BlockModifier and TypeMethodDescriptionstatic void
MultipleAlignmentXMLConverter.printXMLblock
(PrettyXMLWriter xml, Block b)