Uses of Class
org.biojava.nbio.structure.PdbId
-
Packages that use PdbId Package Description org.biojava.nbio.structure org.biojava.nbio.structure.align.client This package deals with the server communication for auto-downloading pre-calculated alignments.org.biojava.nbio.structure.align.util org.biojava.nbio.structure.ecod org.biojava.nbio.structure.io Input and Output of Structuresorg.biojava.nbio.structure.scop 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 PdbId Modifier and Type Method Description PdbIdPDBHeader. getPdbId()Gets the PDB identifier for this protein structure.PdbIdStructure. getPdbId()Returns the PDB identifier associated with this StructureIdentifier.PdbIdStructureImpl. getPdbId()Returns the PDB identifier associated with this StructureIdentifier.PdbIdSubstructureIdentifier. getPdbId()Get the PDB identifier part of the SubstructureIdentifierMethods in org.biojava.nbio.structure with parameters of type PdbId Modifier and Type Method Description intPdbId. compareTo(PdbId o)voidPDBHeader. setPdbId(PdbId pdbId)Sets the PDB identifier code for this protein structure.voidStructure. setPdbId(PdbId pdbId)Sets thePdbIdidentifier associated with this structure.voidStructureImpl. setPdbId(PdbId pdbId)Sets thePdbIdidentifier associated with this structure.Constructors in org.biojava.nbio.structure with parameters of type PdbId Constructor Description BioAssemblyIdentifier(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 PdbId Modifier and Type Field Description protected PdbIdStructureName. pdbIdMethods in org.biojava.nbio.structure.align.client that return PdbId Modifier and Type Method Description PdbIdStructureName. getPdbId()Get the PDB ID for this name, if any.PdbIdPdbPair. getPdbId1()PdbIdPdbPair. getPdbId2() -
Uses of PdbId in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type PdbId Modifier and Type Method Description protected voidAtomCache. flagLoading(PdbId pdbId)protected voidAtomCache. flagLoadingFinished(PdbId pdbId)StructureAtomCache. 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()StructureAtomCache. getStructureForPdbId(PdbId pdbId)Loads a structure directly by PDB IDprotected StructureAtomCache. loadStructureFromBcifByPdbId(PdbId pdbId)protected StructureAtomCache. loadStructureFromCifByPdbId(PdbId pdbId)protected StructureAtomCache. loadStructureFromMmtfByPdbId(PdbId pdbId)Load aStructurefrom MMTF either from the local file system.protected StructureAtomCache. loadStructureFromPdbByPdbId(PdbId pdbId) -
Uses of PdbId in org.biojava.nbio.structure.ecod
Methods in org.biojava.nbio.structure.ecod that return PdbId Modifier and Type Method Description PdbIdEcodDomain. getPdbId()Methods in org.biojava.nbio.structure.ecod with parameters of type PdbId Modifier and Type Method Description voidEcodDomain. setPdbId(PdbId pdbId) -
Uses of PdbId in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io with parameters of type PdbId Modifier and Type Method Description protected booleanLocalPDBDirectory. checkFileExists(PdbId pdbId)booleanLocalPDBDirectory. deleteStructure(PdbId pdbId)Attempts to delete all versions of a structure from the local directory.protected FileLocalPDBDirectory. downloadStructure(PdbId pdbId)Downloads an MMCIF file from the PDB to the local pathprotected InputStreamLocalPDBDirectory. getInputStream(PdbId pdbId)Load or download the specified structure and return it as an InputStream for direct parsing.FileLocalPDBDirectory. getLocalFile(PdbId pdbId)Searches for previously downloaded filesStructureLocalPDBDirectory. getStructureById(PdbId pdbId)Get the structure for a PDB IDStructureStructureProvider. 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 PdbId Modifier and Type Method Description PdbIdScopDomain. getPdbId()Gets the PDB identifier for this protein structure.Methods in org.biojava.nbio.structure.scop with parameters of type PdbId Modifier and Type Method Description voidScopDomain. setPdbId(PdbId pdbId)
-