| Home | Trees | Index | Help |
|
|---|
| Package mmLib :: Module Library :: Class LibraryInterface |
|
object --+
|
LibraryInterface
Library| Method Summary | |
|---|---|
Return the corresponding Element description instance for the given element symbol. | |
Returns the Monomer class instance for the monomer defined by the 3 letter code res_name. | |
Returns True if the monomer defined by the 3 letter code res_name is a L-amino acid, otherwise returns False. | |
Returns True if the monomer defined by res_name is a nucleic acid, otherwise returns False. | |
is_standard_residue(self,
res_name)
| |
Returns True if the 3 letter code res_name is one of the synonyms for water, otherwise returns False. | |
| Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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_element(self, symbol)Return the corresponding Element description instance for the given element symbol. Returns None if no description is found. |
get_monomer(self, res_name)Returns the Monomer class instance for the monomer defined by the 3 letter code res_name. Returns None if no description is found. |
is_amino_acid(self, res_name)Returns True if the monomer defined by the 3 letter code res_name is a L-amino acid, otherwise returns False. |
is_nucleic_acid(self, res_name)Returns True if the monomer defined by res_name is a nucleic acid, otherwise returns False. |
is_water(self, res_name)Returns True if the 3 letter code res_name is one of the synonyms for water, otherwise returns False. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Nov 24 17:34:57 2004 | http://epydoc.sf.net |