get_reactome_analysis_result {ReactomeGSA}R Documentation

Retrieves the result of the submitted analysis using perform_reactome_analysis

Description

The result is only available if get_reactome_analysis_status indicates that the analysis is complete.

Usage

get_reactome_analysis_result(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

The result object


[Package ReactomeGSA version 1.6.1 Index]