PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
23 stars 6 forks source link

Add a `/datasets/{dataset}/quantitationTypes/{quantitationType}` endpoint #1271

Open arteymix opened 1 month ago

arteymix commented 1 month ago

It's currently using a query parameter, but a path parameter would be better. With single-cell data, there are additional endpoints we will be adding:

I think it's good to keep /datasets/{dataset}/data/raw and /datasets/{dataset}/singleCellData for the preferred ones. The quantitationType parameter would simply be deprecated.

@oganm let me know what you think!