Description Usage Arguments Details Value Note Author(s) References See Also Examples
Retrieves information from the Cactus Chemical Identifier Resolver (PubChem).
1 | getCactus(identifier, representation)
|
identifier |
Any identifier interpreted by the resolver, e.g. an InChI key or a SMILES code. |
representation |
The desired representation, as required from the
resolver. e.g. |
It is not necessary to specify in which format the identifier
is.
Somehow, cactus does this automatically.
The result of the query, in plain text. Can be NA, or one or multiple lines (character array) of results.
Note that the InChI key is retrieved with a prefix (InChIkey=
),
which must be removed for most database searches in other databases (e.g.
CTS).
Michael Stravs
cactus Chemical Identifier Resolver: http://cactus.nci.nih.gov/chemical/structure
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.