genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Mutation report #29

Closed elevu closed 1 year ago

moedarrah commented 2 years ago

Screen Shot 2022-09-02 at 10 10 25

Fattigman commented 2 years ago

I added a /samples/variant/ endpoint which will fetch all samples with the queried variant type.

Fattigman commented 2 years ago

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 }] }

moedarrah commented 1 year ago

Done!