Description Usage Arguments Value See Also Examples
Plots the expression of a specific pathway from a ssGSEA result.
1 | plot_gsva_pathway(object, pathway_id, ...)
|
object |
The |
pathway_id |
The pathway's id |
... |
Additional parameters for specific implementations. |
A ggplot2 plot object
Other ReactomeAnalysisResult functions:
get_result()
,
names,ReactomeAnalysisResult-method
,
open_reactome()
,
pathways()
,
plot_correlations()
,
plot_gsva_heatmap()
,
plot_volcano()
,
reactome_links()
,
result_types()
1 2 3 4 5 6 7 8 9 | # load the scRNA-seq example data
library(ReactomeGSA.data)
data(jerby_b_cells)
# perform the GSVA analysis
gsva_result <- analyse_sc_clusters(jerby_b_cells, verbose = FALSE)
# create the plot
plot_obj <- plot_gsva_pathway(gsva_result, "R-HSA-389542")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.