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

Fixes #2892 NTR diffuse bipolar 4a and 4b cells #2900

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3049,6 +3049,8 @@ Declaration(Class(obo:CL_4033091))
Declaration(Class(obo:CL_4033092))
Declaration(Class(obo:CL_4033093))
Declaration(Class(obo:CL_4033094))
Declaration(Class(obo:CL_4033095))
Declaration(Class(obo:CL_4033096))
Declaration(Class(obo:CL_4040000))
Declaration(Class(obo:CL_4040001))
Declaration(Class(obo:CL_4040002))
Expand Down Expand Up @@ -32427,6 +32429,26 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:35798993") Annotation(ob
AnnotationAssertion(rdfs:label obo:CL_4033094 "age-associated B cell")
SubClassOf(obo:CL_4033094 obo:CL_0000787)

# Class: obo:CL_4033095 (diffuse bipolar 4a cell)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:31995762") Annotation(oboInOwl:hasDbXref "doi:10.1101/2023.11.07.566105") obo:IAO_0000115 obo:CL_4033095 "An ON bipolar cell that has high expression of DIRC3, KCNJ3, LINC01915, PTPRK compared with other bipolar cells.")
AnnotationAssertion(terms:contributor obo:CL_4033095 <https://orcid.org/0000-0001-6677-8489>)
AnnotationAssertion(terms:date obo:CL_4033095 "2025-01-14T13:48:42Z"^^xsd:dateTime)
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "doi:10.1101/2023.11.07.566105") Annotation(oboInOwl:hasSynonymType obo:OMO_0003000) oboInOwl:hasRelatedSynonym obo:CL_4033095 "DB4a")
AnnotationAssertion(rdfs:label obo:CL_4033095 "diffuse bipolar 4a cell")
SubClassOf(obo:CL_4033095 obo:CL_0000749)
SubClassOf(obo:CL_4033095 ObjectSomeValuesFrom(obo:RO_0002162 obo:NCBITaxon_9606))

# Class: obo:CL_4033096 (diffuse bipolar 4b cell)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:31995762") Annotation(oboInOwl:hasDbXref "doi:10.1101/2023.11.07.566105") obo:IAO_0000115 obo:CL_4033096 "An ON bipolar cell that has high expression of NOS1AP compared with other bipolar cells.")
AnnotationAssertion(terms:contributor obo:CL_4033096 <https://orcid.org/0000-0001-6677-8489>)
AnnotationAssertion(terms:date obo:CL_4033096 "2025-01-14T13:49:08Z"^^xsd:dateTime)
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "doi:10.1101/2023.11.07.566105") Annotation(oboInOwl:hasSynonymType obo:OMO_0003000) oboInOwl:hasRelatedSynonym obo:CL_4033096 "DB4b")
AnnotationAssertion(rdfs:label obo:CL_4033096 "diffuse bipolar 4b cell")
SubClassOf(obo:CL_4033096 obo:CL_0000749)
SubClassOf(obo:CL_4033096 ObjectSomeValuesFrom(obo:RO_0002162 obo:NCBITaxon_9606))

# Class: obo:CL_4040000 (glial restricted tripotential precursor cell)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:10719353") obo:IAO_0000115 obo:CL_4040000 "A glial precursor cell that generates oligodendrocytes and type-1 and type-2 astrocytes. It has been shown in some mammals that this cell type may express A2B5, nestin, FGFR-1, FGFR-2, FGFR-3, PLP, and DM-20 antigens. Unlike oligodendrocyte precursor cell, it does not initially express PDGFR-alpha and can differentiate into both type-1 and type-2 astrocytes.")
Expand Down
Loading