poli.core.util.proteins.pdb_parsing

poli.core.util.proteins.pdb_parsing#

This module contains utilities for loading PDB files and parsing them.

Functions

parse_pdb_as_residue_strings(path_to_pdb[, ...])

Parse a PDB file and return a list of residue strings.

parse_pdb_as_residues(path_to_pdb[, ...])

Parse a PDB file and return a list of Residue objects.

parse_pdb_as_structure(path_to_pdb[, ...])

Parses the PDB file at the given path and returns the structure.