Uses of Class
org.biojava.nbio.structure.PdbId
Packages that use 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
Methods in org.biojava.nbio.structure that return PdbIdModifier 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 SubstructureIdentifierMethods in org.biojava.nbio.structure with parameters of type PdbIdModifier 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.Constructors in org.biojava.nbio.structure with parameters of type PdbIdModifierConstructorDescriptionBioAssemblyIdentifier
(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
Fields in org.biojava.nbio.structure.align.client declared as PdbIdMethods in org.biojava.nbio.structure.align.client that return PdbId -
Uses of PdbId in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type PdbIdModifier 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
Methods in org.biojava.nbio.structure.ecod that return PdbIdMethods in org.biojava.nbio.structure.ecod with parameters of type PdbId -
Uses of PdbId in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io with parameters of type PdbIdModifier 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
Methods in org.biojava.nbio.structure.scop that return PdbIdModifier and TypeMethodDescriptionScopDomain.getPdbId()
Gets the PDB identifier for this protein structure.Methods in org.biojava.nbio.structure.scop with parameters of type PdbId