get_reactome_data_types {ReactomeGSA} | R Documentation |
ReactomeGSA supported data types
get_reactome_data_types( print_types = TRUE, return_result = FALSE, reactome_url = NULL )
print_types |
If set to |
return_result |
If set to |
reactome_url |
URL of the Reactome API Server. Overwrites the URL set in the 'reactome_gsa.url' option. Specific ports can be set using the standard URL specification (for example http://your.service:1234) |
A data.frame
containing one row per data type with its id
and description
.
Johannes Griss
Other Reactome Service functions:
get_reactome_methods()
# retrieve the avialable data types available_types <- get_reactome_data_types(print_types = FALSE, return_result = TRUE) # print all data type ids available_types$id # simply print the available methods get_reactome_data_types()