NCATS-Tangerine / beacon-aggregator

A web service that operates over the Beacon network to provide a single software interface over the all the Beacons
Other
2 stars 0 forks source link

Duplication of cliques in some /concepts queries #92

Open RichardBruskiewich opened 5 years ago

RichardBruskiewich commented 5 years ago

The KBA /concepts query "VCAM1" gives a duplication of clique outputs (for NDEX outputs) as in the output that follows. Note that this duplication arises directly in the ndex beacon itself, but is not eliminated (on the basis of collapsing exact identifiers) by KBA:

{ "queryId": "LmsRmBeyVm4lvuS9viDB", "beacons": [], "pageNumber": 1, "pageSize": 10, "results": [ { "clique": "HGNC.SYMBOL:VCAM1", "name": "VCAM1", "categories": [ "gene" ] }, { "clique": "UNIPROT:P19320", "name": "VCAM1_HUMAN", "categories": [ "protein" ] }, { "clique": "NDEX:cd303708-85af-11e8-a4bf-0ac135e8bacf_91590", "name": "VCAM1", "categories": [ "pathway" ] }, { "clique": "NDEX:97f09f85-85af-11e8-a4bf-0ac135e8bacf_91590", "name": "VCAM1", "categories": [ "pathway" ] } ] }