Description Usage Arguments Value Author(s) Examples
Generates the following descriptors: "cansmi", "cansmiNS", "formula", "HBA1", "HBA2", "HBD", "InChI", "InChIKey", "logP", "MR", "MW", "nF","title", "TPSA".
1 | prop_OB(obmolRefs)
|
obmolRefs |
A list of OBMol references ( of class '_p_OpenBabel__OBMol') representing the molecules to
compute properites for. If you have your molecules in string format, you can create a list
of OBMol references using the |
Returns a data frame with the following OpenBabel descriptors: "cansmi", "cansmiNS", "formula", "HBA1", "HBA2", "HBD", "InChI", "InChIKey", "logP", "MR", "MW", "nF", "title", "TPSA".
Kevin Horan
1 2 3 4 5 | ## Not run: # remove when ubuntu 16.04 bug fixed
molRefs = forEachMol("SMILES","C1CCCCC1\ttest-compound-name",identity)
prop_OB(molRefs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.