| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ = Nonehash(x) |
|||
|
|||
InchiToInchiKey( (str)inchi) -> str :
return the InChI key for an InChI string
C++ signature :
std::string InchiToInchiKey(std::string)
|
InchiToMol( (str)inchi [, (bool)sanitize=True [, (bool)removeHs=True]]) -> tuple :
return a ROMol for a InChI string
C++ signature :
boost::python::tuple InchiToMol(std::string [,bool=True [,bool=True]])
|
MolToInchi( (Mol)mol [, (str)options='']) -> tuple :
return the InChI for a ROMol molecule. If options is an emptystring, standard InChI string is returned
C++ signature :
boost::python::tuple MolToInchi(RDKit::ROMol [,std::string=''])
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 26 06:18:59 2013 | http://epydoc.sourceforge.net |