names,ReactomeAnalysisResult-method | R Documentation |
Retrieves the names of the contained datasets within an ReactomeAnalysisResult
object.
## S4 method for signature 'ReactomeAnalysisResult'
names(x)
x |
ReactomeAnalysisResult. |
character vector with the names of the contained datasets
Other ReactomeAnalysisResult functions:
get_result()
,
open_reactome()
,
pathways()
,
plot_correlations()
,
plot_gsva_heatmap()
,
plot_gsva_pathway()
,
plot_heatmap()
,
plot_volcano()
,
reactome_links()
,
result_types()
# load an example result object
library(ReactomeGSA.data)
data(griss_melanoma_result)
# get the names of the available datasets
names(griss_melanoma_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.