class documentation

class PdbObject(object):

Constructor: PdbObject(pdb_code)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method add_atoms Undocumented
Method dataFrame Undocumented
Method elementInList Undocumented
Method lines Undocumented
Instance Variable bio_struc Undocumented
Instance Variable chains Undocumented
Instance Variable exc_hetatm Undocumented
Instance Variable exp_method Undocumented
Instance Variable pdb_code Undocumented
Instance Variable resolution Undocumented
def __init__(self, pdb_code):

Undocumented

def __str__(self):

Undocumented

def add_atoms(self, bio_struc):

Undocumented

def dataFrame(self):

Undocumented

def elementInList(self, element, atomlist):

Undocumented

def lines(self, atoms=False):

Undocumented

bio_struc =

Undocumented

chains: dict =

Undocumented

exc_hetatm: bool =

Undocumented

exp_method =

Undocumented

pdb_code =

Undocumented

resolution =

Undocumented