listReferenceSet {WebGestaltR} | R Documentation |
List Reference Sets
Description
List available reference sets for the given organism on WebGestalt server.
Usage
listReferenceSet(
organism = "hsapiens",
hostName = "https://www.webgestalt.org/",
cache = NULL
)
Arguments
organism |
Currently, WebGestaltR supports 12 organisms. Users can use the function
|
hostName |
The server URL for accessing data. Mostly for development purposes. |
cache |
A directory to save data cache for reuse. Defaults to |
Value
A list of reference sets.
[Package WebGestaltR version 0.4.6 Index]