-
Notifications
You must be signed in to change notification settings - Fork 29
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
Identifying the subset of human relevant terms #703
Comments
Chris showed you how to generate a human subset of Uberon. From this, I also generate a csv files with a true/false status for all terms in Uberon, I find it more convenient to spot errors, see https://www.dropbox.com/s/r97fykcg68tvmux/ext_human_constraints.csv?dl=0 Chris mentioned two approaches, but IMO the best approach would be to stick to the first solution, and fix the incorrect taxon constraints in Uberon directly. If you are interested, we could share the effort, as this is something we want to do. |
Thanks for generating the file -- it's a tsv rather than csv, which is better and should be named as such. I will look into how the negative evidence method compares with our (likely suboptimal) implementation of the positive evidence method. I will help in what ways I can, which will be pretty limited because I don't know much about anatomy and am inexperienced with OWL (although here I am looking to learn). |
@fbastian, take a look at my comparison of the positive evidence versus no negative evidence methods. For now, we plan to use your tsv file to determine whether a term is human appropriate. However, we identified 8 terms where the no negative evidence approach failed. These may be a good place to start regarding taxon constraints. |
Hey, this is really great! I wanted to use the "only_in_taxon" and "present_in_taxon" to infer "positive evidence", but never had the time. It's also nice to use the xrefs. The only problem is that it identified more than 4'000 terms over the full Uberon, I don't want to believe there is so much work to do :p I think @cmungall will easily find how to fix the taxon constraints for the 8 terms you identified. |
bump. Note: UBERON lists a file called human-view.obo but it is zero length (as are human-view.owl, and some other views) |
I updated those links to the current URLs. Thanks for the notification. |
Hi @plasticfist, sorry for you not having found the human-view file before. You can find it here now http://purl.obolibrary.org/obo/uberon/subsets/human-view.obo (you need to copy and paste it in the address bar to be able to download it). |
Ah nice. I see
@anitacaron out of curiosity, is the command / code to generate these subsets in the GitHub? I imagine the export happens automatically as part of the release process? |
For my project, I would like to identify the set of Uberon, and potentially Cell Ontology, terms that apply to humans. In other words, which structures exist in humans.
I posted the question on Thinklab -- an open science platform that pays people for feedback -- and @cmungall gave a detailed and expert answer. I will continue the discussion on Thinklab, but wanted to post here in case others had the same question.
The text was updated successfully, but these errors were encountered: