| Home | Trees | Index | Help |
|
|---|
| Package mmLib :: Module Library :: Class Monomer |
|
object --+
|
MonomerInterface --+
|
Monomer
| Method Summary | |
|---|---|
__init__(self,
**args)
| |
Returns a list of 2-tuples. | |
Returns True if the Monomer is a amino acid, otherwise returns False. | |
Returns True if the Monomer is a nucleic acid, otherwise returns False. | |
Returns True if the Monomer is a water molecule, otherwise returns False. | |
| Inherited from MonomerInterface | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Method Details |
|---|
get_polymer_bond_list(self, mon1, mon2)Returns a list of 2-tuples. Each 2-tuple (mon1_name, mon2_name) represents one bond between the atom named mon1_name in mon1 and the atom named mon2_name in mon2. |
is_amino_acid(self)Returns True if the Monomer is a amino acid, otherwise returns False.
|
is_nucleic_acid(self)Returns True if the Monomer is a nucleic acid, otherwise returns False. |
is_water(self)Returns True if the Monomer is a water molecule, otherwise returns False.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Nov 24 17:34:56 2004 | http://epydoc.sf.net |