Description Usage Arguments Value Author(s) References Examples
Accepts one SMILES string (Simplified Molecular Input Line Entry Specification)
and performs a >0.95 similarity PubChem fingerprint search, returning the
hits in an SDFset
container. The ChemMine Tools web service
is used as an intermediate, to translate queries from plain HTTP POST to
a PubChem Power User Gateway (PUG) query.
1 | searchString(smiles)
|
smiles |
A |
SDFset |
for details see ?"SDFset-class" |
Tyler Backman
PubChem PUG SOAP: http://pubchem.ncbi.nlm.nih.gov/pug_soap/pug_soap_help.html
Chemmine web service: http://chemmine.ucr.edu
PubChem help: http://pubchem.ncbi.nlm.nih.gov/search/help_search.html
SMILES Format: http://en.wikipedia.org/wiki/Chemical_file_format#SMILES
1 2 3 4 | ## Not run:
## search a compound on PubChem
compounds <- searchString("CC(=O)OC1=CC=CC=C1C(=O)O")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.