PavlidisLab / gemma.R

An R wrapper for the Gemma RESTful API
https://pavlidislab.github.io/gemma.R/
Apache License 2.0
10 stars 1 forks source link

Dataset design endpoint missing #2

Closed jsicherman closed 3 years ago

jsicherman commented 3 years ago

The design endpoint (here) is not yet implemented. It should be prior to roll-out.

It initiates a file download, which can be dealt with via. this code. We may consider making a registerFileEndpoint function to modularize this like the other functions, but I imagine that would be of little utility since few endpoints return .zip files.

jsicherman commented 3 years ago

Closed in 320e61c