Class PDBParser
java.lang.Object
org.episteme.natural.biology.loaders.PDBParser
PDB (Protein Data Bank) file parser.
Builds a Protein structure from ATOM records.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDBParser
public PDBParser()
-
-
Method Details
-
parse
Parses PDB content into a Protein object.- Parameters:
pdbContent- String content of the PDB filepdbId- Identifier for the protein (optional)- Returns:
- Protein model
- Throws:
IOException- If reading fails
-