Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels: show geneRIFs #16

Open
ajo2995 opened this issue Nov 26, 2019 · 0 comments
Open

Labels: show geneRIFs #16

ajo2995 opened this issue Nov 26, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ajo2995
Copy link
Member

ajo2995 commented Nov 26, 2019

Some genes (tree nodes) have a geneRIFs field which holds a list of references into function curated by NLM (mostly). Each entry has the brief curated summary of gene function and a list of pubmed ids. The leaf nodes that have geneRIFs can be given a special marker in the label zone that when clicked opens a popup of some kind that shows the list of RIFs and their citations.

To get the summaries from pubmed for these articles concatenate the pubmed ids and pass in the id query param.
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=15282547,15286295&retmode=json&tool=my_tool&[email protected]
The tool and email query params are something requested by ncbi. Also, make sure this implementation makes the request only for one gene at a time.

@ajo2995 ajo2995 added the enhancement New feature or request label Nov 26, 2019
@ajo2995 ajo2995 added this to the label zone milestone Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant