Class PDBMLStructure
java.lang.Object
org.episteme.natural.biology.loaders.pdbml.PDBMLStructure
Represents a macromolecular structure from PDBML.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidgetAtoms()getAtomsForChain(String chainId) Get atoms for a specific chain.Get only CA (alpha carbon) atoms for backbone analysis.Get unique chain IDs.doublegetTitle()voidsetDepositionDate(String date) voidsetEntryId(String id) voidsetExperimentalMethod(String method) voidsetResolution(double r) voidtoString()
-
Constructor Details
-
PDBMLStructure
public PDBMLStructure()
-
-
Method Details
-
getEntryId
-
setEntryId
-
getTitle
-
setTitle
-
getDepositionDate
-
setDepositionDate
-
getExperimentalMethod
-
setExperimentalMethod
-
getResolution
public double getResolution() -
setResolution
public void setResolution(double r) -
addAtom
-
getAtoms
-
addEntity
-
getEntities
-
addSecondaryStructure
-
getSecondaryStructures
-
getChainIds
-
getAtomsForChain
-
getBackboneAtoms
-
toString
-