Description Usage Arguments Value See Also Examples
Download the requested data. The output can be (i) a string (get_regions, score_matrix, and count_regions), or (ii) a list of ID and names (get_experiments_by_query), or (iii) a struct (coverage).
1 2 | deepblue_get_request_data(request_id = NULL,
user_key = deepblue_options("user_key"))
|
request_id |
- A string (ID of the request) |
user_key |
- A string (users token key) |
data - A string or a vector of string (the request data)
Other Requests status information and results: deepblue_list_requests
1 2 3 4 5 6 7 | data_id = deepblue_select_experiments(
experiment_name="E002-H3K9ac.narrowPeak.bed",
chromosome="chr1")
request_id = deepblue_get_regions(
query_id =data_id,
output_format = "CHROMOSOME,START,END")
deepblue_get_request_data(request_id = request_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.