| reactome_links,ReactomeAnalysisResult-method {ReactomeGSA} | R Documentation |
Displays detailed information about the result visualizations in Reactome.
## S4 method for signature 'ReactomeAnalysisResult' reactome_links(x, print_result = TRUE, return_result = FALSE)
x |
ReactomeAnalysisResult. |
print_result |
If set to |
return_result |
If |
If return_result is set to TRUE, a vector of the available visualizations.
Other ReactomeAnalysisResult functions:
get_result(),
names,ReactomeAnalysisResult-method,
open_reactome(),
pathways(),
plot_correlations(),
plot_gsva_heatmap(),
plot_gsva_pathway(),
plot_volcano(),
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 reactome_links(griss_melanoma_result)