Closed elevu closed 1 year ago
I added a /samples/variant/ endpoint which will fetch all samples with the queried variant type.
I will expand current endpoint. My plan is for the endpoint to return: { samples : [sample1, sample2,....], plotData : [ {x1:xval, y1:yval} ,{x2:xval, y2:yval }] }
Done!