Class PDBParser

java.lang.Object
org.episteme.natural.biology.loaders.PDBParser

public class PDBParser extends Object
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 Details

    • PDBParser

      public PDBParser()
  • Method Details

    • parse

      public static Protein parse(String pdbContent, String pdbId) throws IOException
      Parses PDB content into a Protein object.
      Parameters:
      pdbContent - String content of the PDB file
      pdbId - Identifier for the protein (optional)
      Returns:
      Protein model
      Throws:
      IOException - If reading fails