names,ReactomeAnalysisResult-method {ReactomeGSA} | 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)