-
Notifications
You must be signed in to change notification settings - Fork 6
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
No direct gene expression data for UBERON:0001264 (Pancreas) or UBERON:0002240 (Spinal cord) #547
Comments
Hmmm, in this query, the Here's the examples w/ human genes, that worked with the previous API:
|
Querying with the base term anatomical structure (UBERON:0000061) , I only find mouse genes (taxon 10090). The response has a total of 737767. I don't find any human genes (9606), cow genes (9913), or pig genes (9823). |
Hi @colleenXu, I just pushed a new KG build to our development server, which also has the new ability to query by taxon & namespace, and I think it should be looking better. I'm realizing that exposing some faceting (and even pivot faceting) would really be nice to have in the api. Here's what the new release will have for Human, Cow and Pig with |
Great! Thank you! Will the However, being able to query by subject_namespace / object_namespace and by subject_taxon / object_taxon would also be helpful for us. |
The This is he code that populates it:
It's a little bit of a bummer that it can't just use subject_closure/object_closure, the closure is reflexive when it's populated, but the field is only populated for nodes that come from an ontology. I'm going to be opening that code up this week for something else, so I'll see if I can address that too. The other caveat is that the |
Thank you for your feedback. I looked over it again, and I think we can use the |
I just confirmed that we have expression records now for UBERON:0001264 & UBERON:0002240, so I'm closing this |
The two test queries in this Translator BTE issue look for direct gene expression to Pancreas and Spinal Cord, and we have don't currently have expression records for either. My guess is that this could be a difference in how we subset our bGee ingest, but we should look at the sourcing information that comes back from to compare
https://api.monarchinitiative.org/api/bioentity/anatomy/UBERON:0001264/genes?rows=-1&direct=true&taxon=NCBITaxon:9606
I'm also seeing expression for 139 UBERON terms right now, and it looks that expression is only for
NCBITaxon:9913
andNCBITaxon:9823
- nothing for human.The text was updated successfully, but these errors were encountered: