class documentation
Undocumented
Method | __init__ |
Initialises a GeoDataFrame with the list of biopython structures |
Method | calculate |
Creates the geoemtry from the structures in the class |
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
def calculateData(self, hues=[ 'pdb_code', 'resolution', 'chain', 'aa', 'rid', 'ridx', 'atom_no', 'atom_name', 'element', 'bfactor', 'occupancy', 'x', 'y', 'z'], log=0):
¶
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
def getNearestAtom(self, pobj, refatm, ref_rid, ref_chain, atmtypes, resmax, nearest, log=0, elements=False):
¶
Undocumented