pathways,ReactomeAnalysisResult-method | R Documentation |
Combines and returns the pathways of all analysed datasets.
## S4 method for signature 'ReactomeAnalysisResult'
pathways(x, p = 0.01, order_by = NULL, ...)
x |
ReactomeAnalysisResult. |
p |
Minimum p-value to accept a pathway as significantly regulated. Default is 0.01. |
order_by |
Name of the dataset to sort the result list by. By default, the results are sorted based on the first dataset. |
... |
Additional parameters for specific implementations. |
A data.frame
containing all merged pathways.
Other ReactomeAnalysisResult functions:
get_result()
,
names,ReactomeAnalysisResult-method
,
open_reactome()
,
plot_correlations()
,
plot_gsva_heatmap()
,
plot_gsva_pathway()
,
plot_heatmap()
,
plot_volcano()
,
reactome_links()
,
result_types()
# load an example result
library(ReactomeGSA.data)
data(griss_melanoma_result)
# get the combined pathway result
pathway_result <- pathways(griss_melanoma_result)
head(pathway_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.