result_types | R Documentation |
Retrieves the available result types for the ReactomeAnalysisResult
object. Currently,
the Reactome Analysis System supports pathways
and gene level fold_changes
as result types. Not all analysis methods return both data types though.
Use the names
function to find out which datasets are available
in the result object.
result_types(x)
x |
ReactomeAnalysisResult. |
A cacharacter vector of result types.
Other ReactomeAnalysisResult functions:
get_result()
,
names,ReactomeAnalysisResult-method
,
open_reactome()
,
pathways()
,
plot_correlations()
,
plot_gsva_heatmap()
,
plot_gsva_pathway()
,
plot_heatmap()
,
plot_volcano()
,
reactome_links()
# load an example result object
library(ReactomeGSA.data)
data(griss_melanoma_result)
# get the available result types
result_types(griss_melanoma_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.