Check Status of a Submitted Enrichment Analysis in miEAA
After you have submitted your enrichment analysis (using
rba_mieaa_enrich_submit
) and retrieved a job-id,
you can use this function to check the status of your job. Status value
equal to 100 means that your requested analysis has finished and you may
retrieve the results using rba_mieaa_enrich_results
.
rba_mieaa_enrich_status(job_id, ...)
job_id |
The job-id (a character string) of a submitted enrichment analysis. |
... |
rbioapi option(s). Refer to |
Note that using rba_mieaa_enrich
is a more convenient way to
automatically perform this and other required function calls to enrich
your input miRNA-set using miEAA.
A list containing the status value for a analysis that corresponds to your provided job-id.
"GET https://ccb-compute2.cs.uni-saarland.de/mieaa2/api/v1/job_status/job_id"
Fabian Kern, Tobias Fehlmann, Jeffrey Solomon, Louisa Schwed, Nadja Grammes, Christina Backes, Kendall Van Keuren-Jensen, David Wesley Craig,Eckart Meese, Andreas Keller, miEAA 2.0: integrating multi-species microRNA enrichment analysis and workflow management systems, Nucleic Acids Research, Volume 48, Issue W1, 02 July 2020, Pages W521–W528, https://doi.org/10.1093/nar/gkaa309
Other "miEAA":
rba_mieaa_cats()
,
rba_mieaa_convert_type()
,
rba_mieaa_convert_version()
,
rba_mieaa_enrich_results()
,
rba_mieaa_enrich_submit()
,
rba_mieaa_enrich()
## Not run: Sys.sleep(1) # to prevent 429 error during R CMD check rba_mieaa_enrich_status("f52d1aef-6d3d-4d51-9020-82e68fe99012") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.