get_reactome_analysis_status: Retrieves the status of the submitted analysis using...

View source: R/get_result.R

get_reactome_analysis_statusR Documentation

Retrieves the status of the submitted analysis using start_reactome_analysis

Description

Retrieves the status of the submitted analysis using start_reactome_analysis

Usage

get_reactome_analysis_status(analysis_id, reactome_url = NULL)

Arguments

analysis_id

The running analysis' id

reactome_url

URL of the Reactome API Server. Overwrites the URL set in the 'reactome_gsa.url' option. Specific ports can be set using the standard URL specification (for example http://your.service:1234)

Value

A list containing the id, status (can be "running", "complete", "failed"), description, and completed (numeric between 0 - 1)


reactome/ReactomeGSA documentation built on Nov. 13, 2023, 11:13 p.m.