Uses of Class
org.biojava.nbio.structure.align.util.AtomCache
Package
Description
Interfaces and classes for protein structure (PDB).
Classes for the alignment of structures.
This package deals with the server communication for auto-downloading pre-calculated alignments.
Input and Output of Structures
Parsers and API for SCOP, Structural Classification of Proteins.
-
Uses of AtomCache in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionstatic Structure
StructureTools.getStructure
(String name, PDBFileParser parser, AtomCache cache) Flexibly get a structure from an input String.BioAssemblyIdentifier.loadStructure
(AtomCache cache) PassthroughIdentifier.loadStructure
(AtomCache cache) Passthrough identifiers don't know how to load a structureStructureIdentifier.loadStructure
(AtomCache cache) Loads a structure encompassing the structure identified.SubstructureIdentifier.loadStructure
(AtomCache cache) Loads the complete structure based onSubstructureIdentifier.getPdbId()
.URLIdentifier.loadStructure
(AtomCache cache) Load the structure from the URLstatic void
StructureIO.setAtomCache
(AtomCache c) -
Uses of AtomCache in org.biojava.nbio.structure.align
-
Uses of AtomCache in org.biojava.nbio.structure.align.client
-
Uses of AtomCache in org.biojava.nbio.structure.cath
-
Uses of AtomCache in org.biojava.nbio.structure.ecod
-
Uses of AtomCache in org.biojava.nbio.structure.io
ModifierConstructorDescriptionFastaStructureParser
(File file, SequenceHeaderParserInterface<ProteinSequence, AminoAcidCompound> headerParser, SequenceCreatorInterface<AminoAcidCompound> sequenceCreator, AtomCache cache) FastaStructureParser
(InputStream is, SequenceHeaderParserInterface<ProteinSequence, AminoAcidCompound> headerParser, SequenceCreatorInterface<AminoAcidCompound> sequenceCreator, AtomCache cache) FastaStructureParser
(FastaReader<ProteinSequence, AminoAcidCompound> reader, AtomCache cache) -
Uses of AtomCache in org.biojava.nbio.structure.scop