-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unfound Genes Disrupt Transcripts #114
Comments
Emerson, the geneinfo service now supports a lookup option. For example, if you want to determine if a gene name is valid, you can use this endpoint:
response: And there are variations on this API:
The geneinfo service also provides a more detailed lookup that shows how many transcripts exists for refseq and gencode for the difference genome builds: https://backend.iobio.io/geneinfo/lookupEntries/MTHFR response: |
Also, I have a client-side javascript class called GeneModel used by multiple Vue.js components in gene.iobio. I'm in the process of simplifying this class, so I will make that a priority. We should try not to duplicate client-side or servier-side code/logic for gene name searching because it is quite involved when you take into account that a gene symbol may only have transcripts in refseq or gencode, or in genome build GRCh37, but not GRCh38. And then when you consider gene synonyms, it adds another layer of considerations/logic in client-side code. |
I think that lookup will be great for my use case. I can do that with the inputted gene names to get my reliable set before I do any other processing with them. |
There appears to be a bug still if someone puts an unknown gene in the gene list.
I thought it was transcripts causing the issue but that may not be the case because if a transcript is not found there is logic for that.
The text was updated successfully, but these errors were encountered: