Undocumented
Method | __init__ |
Initialises a GeoDataFrame with the list of biopython structures |
Method | calculate |
Creates the contact distances from the structure in the class for given atoms |
Method | calculate |
Creates the geoemtry from the structures in the class |
Method | calculate |
Creates the geoemtry from the structure in the class for 1 geo |
Method | filter |
Undocumented |
Method | geo |
Converts a single geo to the residue and atoms reuired |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | info |
Undocumented |
Instance Variable | exc |
Undocumented |
Instance Variable | log |
Undocumented |
Instance Variable | pobjs |
Undocumented |
Initialises a GeoDataFrame with the list of biopython structures
:param biopython_structures: A list of structures that has been created from biopython
Creates the contact distances from the structure in the class for given atoms
:returns: [bool,float,bfactor, occupancy, atoms, GeoAtom] a bool for if it could be calculated, and the value, and the reference atom
Creates the geoemtry from the structures in the class
Creates the geoemtry from the structure in the class for 1 geo
:param chain: The chain id :param rid: The residue number :param geo_atoms: A list of tuples that is the atom, the displacement
:returns: [bool,float,bfactor, occupancy, atoms, GeoAtom] a bool for if it could be calculated, and the value, and the reference atom
Undocumented