Home | Trees | Index | Help |
|
---|
Package mmLib :: Module Library |
|
Classes | |
---|---|
ElementDesc |
Element description class returned by library_get_element_desc(). |
MonomerDesc |
Monomer description class returned by library_get_monomer_desc(). |
Function Summary | |
---|---|
Constructs the ElementDesc object for the given element symbol. | |
Constructs the MonomerDesc object for the given residue name. | |
Loads/caches/returns a instance of the ElementDesc class for the given element symbol. | |
Loads/caches/returns the monomer description objec MonomerDesc for the given monomer residue name. | |
Try everything I can possibly think of to extract the element symbol from the atom name. | |
Returns True if the res_name is a amino acid. | |
Returns True if the res_name is a nucleic acid. | |
Return True if the res_name is water. | |
test_module()
|
Variable Summary | |
---|---|
dict |
ALT_RES_NAME_DICT = {'C+': 'C', '+C': 'C', '+A': 'A', '+...
|
dict |
AMINO_ACID13_DICT = {'A': 'ALA', 'C': 'CYS', 'E': 'GLU',...
|
dict |
AMINO_ACID31_DICT = {'CYS': 'C', 'GLN': 'Q', 'ILE': 'I',...
|
list |
AMINO_ACID3_LIST = ['GLY', 'ALA', 'VAL', 'LEU', 'ILE', '...
|
dict |
ELEMENT_CACHE = {}
|
mmCIFFile |
ELEMENT_CIF_FILE = [[[{'van_der_walls_radius': '1.200000...
|
str |
ELEMENT_DATA_PATH = '/home/jpaint/pymmlib/trunk/pymmlib/...
|
dict |
ELEMENT_SYMBOL_DICT = {'BE': True, 'Yb': True, 'BA': Tru...
|
str |
MMLIB_MONOMER_DATA_PATH = '/home/jpaint/pymmlib/trunk/py...
|
mmCIFFile |
MMLIB_MONOMERS_CIF = [[[{'one_letter_code': 'G', 'chem_t...
|
dict |
MONOMER_RES_NAME_CACHE = {}
|
list |
NUCLEIC_ACID_LIST = ['A', 'G', 'C', 'T', 'U']
|
dict |
NUCLEIC_ACID_RES_NAME_DICT = {'C+': 'C', '+C': 'C', 'C':...
|
str |
RCSB_MONOMER_DATA_FILE = '/home/jpaint/pymmlib/trunk/pym...
|
str |
RCSB_MONOMER_DATA_PATH = '/home/jpaint/pymmlib/trunk/pym...
|
NoneType |
RCSB_USE_ZIP = None |
NoneType |
RCSB_ZIP = None |
Function Details |
---|
library_construct_element_desc(symbol)Constructs the ElementDesc object for the given element symbol. |
library_construct_monomer_desc(res_name)Constructs the MonomerDesc object for the given residue name. |
library_get_element_desc(symbol)Loads/caches/returns a instance of the ElementDesc class for the given element symbol. The source of the element data is the mmLib/Data/elements.cif file. |
library_get_monomer_desc(res_name)Loads/caches/returns the monomer description objec MonomerDesc for the given monomer residue name. |
library_guess_element_from_name(name0, res_name)Try everything I can possibly think of to extract the element symbol from the atom name. If availible, use the monmer dictionary to help narrow down the search. |
library_is_amino_acid(res_name)Returns True if the res_name is a amino acid. |
library_is_nucleic_acid(res_name)Returns True if the res_name is a nucleic acid. |
library_is_water(res_name)Return True if the res_name is water. |
Variable Details |
---|
ALT_RES_NAME_DICT
|
AMINO_ACID13_DICT
|
AMINO_ACID31_DICT
|
AMINO_ACID3_LIST
|
ELEMENT_CACHE
|
ELEMENT_DATA_PATH
|
ELEMENT_SYMBOL_DICT
|
MMLIB_MONOMER_DATA_PATH
|
MMLIB_MONOMERS_CIF
|
MONOMER_RES_NAME_CACHE
|
NUCLEIC_ACID_LIST
|
NUCLEIC_ACID_RES_NAME_DICT
|
RCSB_MONOMER_DATA_FILE
|
RCSB_MONOMER_DATA_PATH
|
RCSB_USE_ZIP
|
RCSB_ZIP
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:40 2006 | http://epydoc.sf.net |