-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fixes #2409 Stomach neuroendocrine cells now classified under grouping term #2533
Conversation
#gogoeditdiff |
Here's a diff of how these changes impact the classified ontology (on -simple file):Ontology comparisonLeft
Right
Ontology importsOntology annotationsstomach neuroendocrine cell
|
Here's a diff of your edit file (unreasoned)Ontology comparisonLeft
Right
Ontology importsOntology annotationsstomach enteroendocrine cell
|
Some more tweaks to fix hierarchy
#gogoeditdiff |
src/ontology/cl-edit.owl
Outdated
@@ -7755,6 +7756,7 @@ AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0000508 "FMA:67609") | |||
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000508 "G cell") | |||
AnnotationAssertion(rdfs:label obo:CL_0000508 "type G enteroendocrine cell") |
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.
Type G enteroendocrine cell is not exclusively found in the stomach, it is also found in duodenum and pancreas (https://en.wikipedia.org/wiki/G_cell). It has been inferred that Type G enteroendocrine cell
is a subclass of stomach neuroendocrine cell
.
To remain consistent with the other patterns, I would suggest keeping Type G enteroendocrine cell
as a broad term (e.g. enteroendocrine cell
and neuroendocrine cell
and gastrin secreting cell
and enkephalin secreting cell
.
Then create a specific term type G cell of stomach
that is type G enteroendocrine cell
and ('part of' some 'epithelium of stomach')
or 'part of' some 'mucosa of pyloric antrum'
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.
Updated definition to reflect location and created new term for type g cell of stomach
Updated definition to reflect location and created new term for type g cell of stomach
#gogoeditdiff |
src/ontology/cl-edit.owl
Outdated
AnnotationAssertion(terms:date obo:CL_4047025 "2024-10-24T10:43:22Z"^^xsd:dateTime) | ||
AnnotationAssertion(rdfs:label obo:CL_4047025 "type G cell of stomach"@en) | ||
EquivalentClasses(obo:CL_4047025 ObjectUnionOf(ObjectIntersectionOf(obo:CL_0000508 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0001276)) ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0004997))) | ||
SubClassOf(obo:CL_4047025 obo:CL_0000508) |
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.
No need to add SubclassOf type G enteroendocrine cell
. This is inferred.
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.
Removed on account of inference
src/ontology/cl-edit.owl
Outdated
AnnotationAssertion(terms:contributor obo:CL_4047025 <https://orcid.org/0009-0005-7919-4905>) | ||
AnnotationAssertion(terms:date obo:CL_4047025 "2024-10-24T10:43:22Z"^^xsd:dateTime) | ||
AnnotationAssertion(rdfs:label obo:CL_4047025 "type G cell of stomach"@en) | ||
EquivalentClasses(obo:CL_4047025 ObjectUnionOf(ObjectIntersectionOf(obo:CL_0000508 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0001276)) ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0004997))) |
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.
This logical definition is not correct - I believe we can't use part of this OR part of this
('type G enteroendocrine cell'
and ('part of' some 'epithelium of stomach')) or ('part of' some 'mucosa of pyloric antrum').
In my previous comment, I meant you can use
('type G enteroendocrine cell'
and ('part of' some 'epithelium of stomach'))
OR
('type G enteroendocrine cell'
and ('part of' some 'mucosa of pyloric antrum')).
Depends on how specific you want it to be. Sorry should have been clearer.
Looking more into literature, It seems to me thatpart of some pyloric gland
- which is a synonym for pyloric antrum glands might be more suitable but it is up to you. Epithelium of stomach would also work.
I found this
(G cells are found deep within the pyloric glands of the stomach antrum.) https://en.wikipedia.org/wiki/G_cell
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.
Amended to first option only
src/ontology/cl-edit.owl
Outdated
@@ -7798,15 +7800,15 @@ SubClassOf(obo:CL_0000507 obo:CL_0000167) | |||
|
|||
# Class: obo:CL_0000508 (type G enteroendocrine cell) | |||
|
|||
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") Annotation(oboInOwl:hasDbXref "ISBN:0517223651") Annotation(oboInOwl:hasDbXref "MESH:D019863") obo:IAO_0000115 obo:CL_0000508 "An endocrine cell found in the pyloric gland mucosa (antral mucosa) of the stomach of mammals and responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.") | |||
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") Annotation(oboInOwl:hasDbXref "ISBN:0517223651") Annotation(oboInOwl:hasDbXref "MESH:D019863") obo:IAO_0000115 obo:CL_0000508 "An endocrine cell found in the stomach, duodenum and pancreas and is responsible for the secretion of gastrin and enkephalin. Most abundant in pyloric antrum, pyramidal in form with a narrow apex bearing long microvilli.") |
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.
can you please add references to support the new textual defs? I remember when we discussed it in the meeting, there weren't enough evidence to show that this cell is in the pancreas but we found few references showing their presence in the stomach and duodenum.
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.
new defs added
#gogoeditdiff |
Stomach neuroendocrine cells now classified under grouping term