You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a list of gene ids, fetch the opinions and reasons with their frequency from the database. The format can be a list with one entry per gene:
[ { "id":"gene id", "opinion": "okay/flag", "reason": "none/5prime/3prime/...", "count": number of people with this opinion and reason} ]
This denormalized format can be easily aggregated in different ways by the client.
The text was updated successfully, but these errors were encountered:
Given a list of gene ids, fetch the opinions and reasons with their frequency from the database. The format can be a list with one entry per gene:
[ { "id":"gene id", "opinion": "okay/flag", "reason": "none/5prime/3prime/...", "count": number of people with this opinion and reason} ]
This denormalized format can be easily aggregated in different ways by the client.
The text was updated successfully, but these errors were encountered: