Description Usage Arguments Value See Also Examples
Displays detailed information about the result visualizations in Reactome.
1 2 | ## 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()
1 2 3 4 5 6 7 8 9 10 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.