We would like to add this dataset to OpenSearch. The schema can be found in gentropy. There should be no nulls, and studyLocusId + geneId should define unique rows.
Within the API, we would like to add another object to the credible set object named L2Gpredictions (or whatever looks consistent),
which would return a list of the resolved entities geneId -> target and the score for each prediction.
If it doesn't add much complication, we would like the API to sort the score by descending order, so the FE can easily take the top L2G from the list.
For any issues with the data, contact @ireneisdoomed.
@buniello / @gjmcn this will rescue the top L2G functionality but it would require minor adjustments
@buniello / @addramir / @DSuveges This will potentially unblock an L2G widget in credible set page, but at the moment, it will be a little bit vague until we work out how to present the L2G features.
Within the data-freezes we are producing a dataset named:
locus_to_gene_predictions
This Dataset contains all L2G predictions in 3 columns:
We would like to add this dataset to OpenSearch. The schema can be found in gentropy. There should be no nulls, and
studyLocusId
+geneId
should define unique rows.Within the API, we would like to add another object to the credible set object named
L2Gpredictions
(or whatever looks consistent), which would return a list of the resolved entitiesgeneId
->target
and the score for each prediction.If it doesn't add much complication, we would like the API to sort the score by descending order, so the FE can easily take the top L2G from the list.
For any issues with the data, contact @ireneisdoomed.
@buniello / @gjmcn this will rescue the top L2G functionality but it would require minor adjustments
@buniello / @addramir / @DSuveges This will potentially unblock an L2G widget in credible set page, but at the moment, it will be a little bit vague until we work out how to present the L2G features.