parse_pdb_data¶
-
visualife.data.parse_pdb_data(pdb_as_text, **kwargs)¶ Parses PDB data
Parameters: - pdb_as_text (
string) – pdb data as a multiline text - kwargs – see below
Keyword Arguments: - skip_heteroatoms (
boolean) – skip heteroatoms,Falseby default - parse_atoms (
boolean) – ifTrue(the default), allvisualife.data.Atomobjects - will be created; when set to
False, this function won’t extract coordinates
- parse_atoms (
Returns: a list of
visualife.data.Structureobjects, created from models found in the given data- pdb_as_text (