Skip to content
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

M cell and FAE partonomy update #2897

Merged
merged 9 commits into from
Jan 20, 2025
4 changes: 2 additions & 2 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9457,7 +9457,7 @@ SubClassOf(obo:CL_0000676 obo:CL_0000378)
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "JB:jb") obo:IAO_0000115 obo:CL_0000677 "Cell of the intestinal epithelium with a brush border made up of many parallel packed microvilli; associated with absorption, particularly of macromolecules.")
AnnotationAssertion(rdfs:label obo:CL_0000677 "gut absorptive cell")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot see any changes to FAE (follicle associated enterocyte) - I believe it should be EquivalentTo enterocyte and part of some follicle associated epithelium. The uberon term will need to be imported into CL.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAE has the anonymous ancestor part of some peyer's patch epithelium which is the edit requested
Screenshot 2025-01-13 at 14 30 06

Copy link
Collaborator

@Caroline-99 Caroline-99 Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As agreed with @JABelfiore, part of some follicle associated epithelium will be added as a subclass to follicle associated epithelium enterocyte.

SubClassOf(obo:CL_0000677 obo:CL_0000000)
SubClassOf(obo:CL_0000677 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0001277))
SubClassOf(obo:CL_0000677 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0004693))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gut absorptive cell is a grouping term for all enterocytes so it is not restricted to Peyer's patch epithelium (UBERON_0004693). I suggest changing it back to being part of intestinal epithelium (UBERON_0001277).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated as suggested


# Class: obo:CL_0000678 (commissural neuron)

Expand Down Expand Up @@ -9506,7 +9506,7 @@ AnnotationAssertion(rdfs:label obo:CL_0000682 "M cell of gut")
SubClassOf(obo:CL_0000682 obo:CL_0000066)
SubClassOf(obo:CL_0000682 obo:CL_0000473)
SubClassOf(obo:CL_0000682 obo:CL_0000627)
SubClassOf(obo:CL_0000682 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0003929))
SubClassOf(obo:CL_0000682 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0004693))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. You could also consider classifying M cells as part of follicle associated epithelium rather than part of Peyer's patch epithelium (PMID: 18081850) but either terms would work.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keeping as is as this was the change David requested


# Class: obo:CL_0000683 (ependymoglial cell)

Expand Down
Loading