clue_query_submit | R Documentation |
Submit query gene sets in GMT format as jobs to Clue.
clue_query_submit(up_gmt, down_gmt, name = NULL, api_key = NULL) clue_queries_submit(queries, api_key = NULL, interval = 60)
up_gmt, down_gmt |
Path to GMT files containing the lists of up- and down-regulated genes. |
name |
Name for job. |
api_key |
Clue API key. Leave empty if it is saved in
|
queries |
Named list of lists, each with an |
interval |
Check every x seconds. |
GMT files can be generated using the clue_prepare_funs
functions or write_gmt
.
Nested list of job parameters returned by Clue.
clue_queries_submit
: Submit multiple queries to Clue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.