Bioconductor / GenomicDataCommons

Provide R access to the NCI Genomic Data Commons portal.
http://bioconductor.github.io/GenomicDataCommons/
84 stars 23 forks source link

Add legacy endpoint to API #9

Closed seandavi closed 7 years ago

seandavi commented 8 years ago

The legacy endpoint contains data that have not gone through the new GDC pipelines. The legacy archive is described here. Because some data are only available via the legacy archive, we should support that endpoint.

seandavi commented 7 years ago

Added support for legacy archive by adding archive member to GDCQuery and then propagating that to the actual API calls (in REST.R). Need to:

seandavi commented 7 years ago

Legacy endpoint is fully supported (to the extent it is supported by GDC API).