open_reactome {ReactomeGSA} | R Documentation |
Opens the specified Reactome visualization in the system's default browser.
open_reactome(x, ...)
x |
ReactomeAnalysisResult. |
... |
Additional parameters passed to downstream functions. |
The opened link
Other ReactomeAnalysisResult functions:
get_result()
,
names,ReactomeAnalysisResult-method
,
pathways()
,
plot_correlations()
,
plot_gsva_heatmap()
,
plot_gsva_pathway()
,
plot_heatmap()
,
plot_volcano()
,
reactome_links()
,
result_types()
# Note: This function only works with a newly created result # since the visualization links only stay active for 7 days # load an example result library(ReactomeGSA.data) data(griss_melanoma_result) # get the reactome link - this does only work # with new results # open_reactome(griss_melanoma_result)