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 strThe lines of a PDB file to parse. Returns: dictA dictionary containing the parsed data from the PDB file.