gemma_call: Custom gemma call

gemma_callR Documentation

Custom gemma call

Description

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.

Usage

gemma_call(call, ..., json = TRUE)

Arguments

call

Gemma API endpoint.

...

parameters included in the call

json

If TRUE will parse the content as a list

Value

A list if json = TRUE and an httr response if FALSE

Examples

# get singular value decomposition for the dataset
gemma_call('datasets/{dataset}/svd',dataset = 1)

jsicherman/Gemma-API documentation built on April 27, 2024, 2:57 a.m.