-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added morphology and related traits #214
Conversation
ar-ibrahim
commented
Feb 9, 2023
•
edited
Loading
edited
- mapping issue EFO-OBA mapping (morphology and related traits) #213
- created 16 new OBA terms mapped to EFO measurement terms
- mapped 9 EFO terms to existing OBA terms
- mapping issue #213
src/mappings/oba-efo.sssom.tsv
Outdated
EFO:0008594 vldl particle size measurement measurement skos:exactMatch OBA:2050114 HumanCurated EFO OBA 1 2023-02-09 orcid:0000-0001-6757-4744 | ||
EFO:0008592 hdl particle size measurement measurement skos:exactMatch OBA:2050115 HumanCurated EFO OBA 1 2023-02-09 orcid:0000-0001-6757-4744 | ||
EFO:0007117 carotid artery intima media thickness measurement skos:broadMatch OBA:2050108 HumanCurated EFO OBA 1 2023-02-09 orcid:0000-0001-6757-4744 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove thissrc/mappings/oba-efo.sssom.tsv
version from the PR, because this version of the table has fewer lines than the OBA Ontology Development (GWAS, EFO, VT) gsheet.
Did you follow the 'Updating SSSOM mapping files' section of the Local development workflows with OBA?
This tsv should agree with the OBA Ontology Development (GWAS, EFO, VT) gsheet, but it does not.
OBA:2050102 heart wall thickness UBERON:0037144 wall of heart PATO:0000915 thickness | ||
OBA:2050103 hip bone size UBERON:0008202 bone of hip region PATO:0000117 size | ||
OBA:2050104 ganglion thickness UBERON:0000045 ganglion PATO:0000915 thickness | ||
OBA:2050105 cranial vault morphology trait UBERON:0004339 vault of skull PATO:0000051 morphology |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OBA:2050105 cranial vault morphology trait UBERON:0004339 vault of skull PATO:0000051 morphology |
There is already a term OBA:VT0000076 that has the same logical definition, so please drop OBA:2050105 from the table.
@@ -4167,6 +4167,22 @@ OBA:2040170 GO:0030431 sleep PATO:0000001 quality | |||
OBA:2040171 sleep duration trait GO:0030431 sleep PATO:0001309 duration | |||
OBA:2040172 GO:0030431 sleep PATO:0001005 latency | |||
OBA:2040173 GO:0030431 sleep PATO:0002325 onset quality | |||
OBA:2050100 telomere length GO:0000781 chromosome, telomeric region PATO:0000122 length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OBA:2050100 telomere length GO:0000781 chromosome, telomeric region PATO:0000122 length |
There is already a term OBA:0003784 that has the same logical definition, so please drop OBA:2050100 from the table.
- removed 2 created OBA terms (OBA:2050100 telomere length & OBA:2050105 cranial vault morphology trait) - already existing as (OBA:0003784 & OBA:VT0000076)
- removed mappings from GitHub oba-efo.sssom.tsv (will only add to Google sheets)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the files
oba-efo.sssom.tsv
synonyms.tsv
from this PR, because they are indirectly related (file 1) or unrelated (file 2) to the main issue this PR tries to fix and therefore they should be included in a separate PRs.