PDBParser#

class PDBParser(filename, mode='r')[source]#

Bases: Parser

Convert PDB file data into a dictionary representation [1].

References

Methods

PDBParser.get(key, default)

Retrieve a value from the internal data using a given key.

PDBParser.items()

List items available in internal dictionary.

PDBParser.keys()

List keys available in internal dictionary.

PDBParser.parse_input(lines)

Parse a list of lines from a PDB file and convert the data into a dictionary.

PDBParser.values()

List values available in internal dictionary.