Uses of Class
org.biojava.nbio.structure.PdbId
Package
Description
Interfaces and classes for protein structure (PDB).
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 PdbId in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionPDBHeader.getPdbId()
Gets the PDB identifier for this protein structure.Structure.getPdbId()
Returns the PDB identifier associated with this StructureIdentifier.StructureImpl.getPdbId()
Returns the PDB identifier associated with this StructureIdentifier.SubstructureIdentifier.getPdbId()
Get the PDB identifier part of the SubstructureIdentifierModifier and TypeMethodDescriptionint
void
Sets the PDB identifier code for this protein structure.void
Sets thePdbId
identifier associated with this structure.void
Sets thePdbId
identifier associated with this structure.ModifierConstructorDescriptionBioAssemblyIdentifier
(PdbId pdbId, int biolNr) SubstructureIdentifier
(PdbId pdbId, List<ResidueRange> ranges) Create a new identifier based on a set of ranges. -
Uses of PdbId in org.biojava.nbio.structure.align.client
-
Uses of PdbId in org.biojava.nbio.structure.align.util
Modifier and TypeMethodDescriptionprotected void
AtomCache.flagLoading
(PdbId pdbId) protected void
AtomCache.flagLoadingFinished
(PdbId pdbId) AtomCache.getBiologicalAssembly
(PdbId pdbId, int bioAssemblyId, boolean multiModel) Returns the biological assembly for a given PDB ID and bioAssemblyId, by building the assembly from the biounit annotations found inStructure.getPDBHeader()
AtomCache.getStructureForPdbId
(PdbId pdbId) Loads a structure directly by PDB IDprotected Structure
AtomCache.loadStructureFromBcifByPdbId
(PdbId pdbId) protected Structure
AtomCache.loadStructureFromCifByPdbId
(PdbId pdbId) protected Structure
AtomCache.loadStructureFromPdbByPdbId
(PdbId pdbId) -
Uses of PdbId in org.biojava.nbio.structure.ecod
-
Uses of PdbId in org.biojava.nbio.structure.io
Modifier and TypeMethodDescriptionprotected boolean
LocalPDBDirectory.checkFileExists
(PdbId pdbId) boolean
LocalPDBDirectory.deleteStructure
(PdbId pdbId) Attempts to delete all versions of a structure from the local directory.protected File
LocalPDBDirectory.downloadStructure
(PdbId pdbId) Downloads an MMCIF file from the PDB to the local pathprotected InputStream
LocalPDBDirectory.getInputStream
(PdbId pdbId) Load or download the specified structure and return it as an InputStream for direct parsing.LocalPDBDirectory.getLocalFile
(PdbId pdbId) Searches for previously downloaded filesLocalPDBDirectory.getStructureById
(PdbId pdbId) Get the structure for a PDB IDStructureProvider.getStructureById
(PdbId pdbId) Get the structure for a PDB ID -
Uses of PdbId in org.biojava.nbio.structure.scop
Modifier and TypeMethodDescriptionScopDomain.getPdbId()
Gets the PDB identifier for this protein structure.