Description Usage Arguments Value Author(s) References See Also Examples
Returns the status of a launched ChemMine Tools job as represented by a jobToken
object.
1 | status(object)
|
object |
A |
The status of the specified job is returned as a string. Possible values include "RUNNING", "FINISHED", or "FAILED".
Tyler William H Backman
See ChemMine Tools at http://chemmine.ucr.edu.
Functions: toolDetails
, listCMTools
, launchCMTool
, browseJob
, result
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
## list available tools
listCMTools()
## get detailed instructions on using a tool
toolDetails("Fingerprint Search")
## download compound 2244 from PubChem
job1 <- launchCMTool("pubchemID2SDF", 2244)
## check job status and download result
status(job1)
result1 <- result(job1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.