Class PDBMLBridge
java.lang.Object
org.episteme.natural.biology.loaders.pdbml.PDBMLBridge
Bridge for converting PDBML DTOs to core Episteme structural biology objects.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoProtein(PDBMLStructure pdbModel) Converts PDBML structure to Episteme Protein.
-
Constructor Details
-
PDBMLBridge
public PDBMLBridge()
-
-
Method Details
-
toProtein
Converts PDBML structure to Episteme Protein.- Parameters:
pdbModel- the parsed PDBML model- Returns:
- a Protein object with full structural data
-