pypath.inputs.pisa.pisa_interfaces§

pypath.inputs.pisa.pisa_interfaces(pdbs, return_unmapped=False)[source]§

To be refactored in the future. If you are interested in using this function, please contact the authors.

Args

pdbs (set): A set of PDB IDs to query. return_unmapped (bool): Return also a list of unmapped residues. In this case, a tuple is returned, its first element is a dict of interfaces, while its second element is a list of unmapped residues (normally empty, if all residues could be mapped between PDB and UniProt sequences).

Returns

A dict of dicts with interfaces. The upper level keys are PDB structure IDs, the lower level keys are tuples of UniProt IDs, the values are pypath.internals.intera.Interface objects.