Description Usage Arguments Value Examples
run the api.clue.io API to acquire information on LINCS experiments
1 2 3 4 5 6 | query_clue(
service = "profiles",
filter = list(where = (list(pert_iname = "sirolimus", cell_id = "MCF7", assay =
"L1000"))),
key = Sys.getenv("CLUE_KEY")
)
|
service |
a character(1) service name |
filter |
a list to be converted to JSON for submission as a GET request |
key |
character(1) API key provided by clue.io |
API return value processed by fromJSON
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.