PDBParser.parse_input#

PDBParser.parse_input(lines)[source]#

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

Parameters:
lineslist of str

The lines of a PDB file to parse.

Returns:
dict

A dictionary containing the parsed data from the PDB file.