Description Usage Arguments Value
View source: R/internalFunctions.R
Download the requested data from DeepBlue.
1 2 3 4 | deepblue_switch_get_request_data(request_id,
user_key = deepblue_options("user_key"),
force_download = deepblue_options("force_download"),
do_not_cache = deepblue_options("do_not_cache"))
|
request_id |
The request command generated with deepblue_get_request_data |
user_key |
the user_key used to submit the request. |
force_download |
forces DeepBlueR to download the request overwriting any results that might already be in the cache |
do_not_cache |
whether to use local caching of requests |
request data Can be either region sets, a region count, a list of experiments, or a score matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.