-
Notifications
You must be signed in to change notification settings - Fork 25
Extend the ELIXIR Beacon Network UI to support multiple Beacon #239
Comments
Progenetix Beacon+ was added to the aggregator that https://beacon-ui-beacon.rahtiapp.fi/#!/view queries |
Great! Example: ... works, but some errors in the response, info have to be ironed out. |
|
Why isn't the
|
Because the table displays response data, not request data. The table was devised from a need for wildcard differentiation, for example: However, we will take your feedback into account, and make a fallback method to show bases from the request. It'll be added in the next update. |
O.k. However, the problem w/ directly delivering the variants in the response is that it easily gets out of hand, especially for wildcard range matches. While this may be partially an engineering problem, it will lead to rather unstable Beacon conditions; our small-dataset example query over the EIF4A1 gene already delivers 61 distinct variants and makes Cloudflare unhappy ... No such problem w/ retrieving the variants in a 2nd pass & processing them w/ a different tool. So my strong recommendation is to de-couple the Beacon response & the delivery of additional info, through a handover mechanism. One easily can achieve the functionality w/ some asynchronous call I guess (Implementing a direct variant response is in principle trivial - see below - but it substantiated my dislike ...).
|
@teemukataja @juhtornr ... so if you want to build an interface which demonstrates/provides the functionality you have shown (and which is certainly nice for different use cases), I suggest that you
There are many use cases where a search would lead to a humongous amount of variants; so deparsing them as default cannot be a good idea (if I query our datasets for all MYC duplications ...). |
@mbaudis thanks for the suggestions - currently we are not using I do like the idea of using handover, however I might be missing the use of ontologies in the handover( i have read the #114 and corresponding PR) - is their use to annotate (provide the vocabulary) of a specific handover type (or "further action"); in RDF terms the |
@blankdots Regarding ontologies: See my last notes on #230. The example in the PR is a bit misleading so far, since it doesn't demonstrate a "technical/data" ontology (like the |
This issue should be in the repo where the UI code is. Can you @teemukataja take a look if this issue could be moved? |
@juhtornr one has to be admin on both repositories to move issues. You are admin at https://github.com/CSCfi/beacon-openshift so you can do it. |
ELIXIR Sweden (NBIS) beacon was added to the aggregator, making total number of beacons 3. |
No description provided.
The text was updated successfully, but these errors were encountered: