| reactome_links {ReactomeGSA} | R Documentation |
Displays detailed information about the result visualizations in Reactome.
reactome_links(x, ...)
x |
ReactomeAnalysisResult. |
... |
Additional parameters for specific implementations. |
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)