gemma_call | R Documentation |
A minimal function to create custom calls. Can be used to acquire unimplemented endpoints and/or raw output without any processing. Refer to the API documentation.
gemma_call(call, ..., json = TRUE)
call |
Gemma API endpoint. |
... |
parameters included in the call |
json |
If |
A list if json = TRUE
and an httr response if FALSE
# get singular value decomposition for the dataset
gemma_call('datasets/{dataset}/svd',dataset = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.