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

Update tissue.json #989

Merged
merged 2 commits into from
Aug 28, 2023
Merged
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
12 changes: 11 additions & 1 deletion terms/experimentalData/tissue.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/sage.annotations-experimentalData.tissue-0.0.11",
"$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/sage.annotations-experimentalData.tissue-0.0.12",
"description": "A tissue is a mereologically maximal collection of cells that together perform physiological function.",
"type": "string",
"anyOf": [
Expand Down Expand Up @@ -169,6 +169,11 @@
"description": "insular cortex",
"source": "http://purl.obolibrary.org/obo/UBERON_0034891"
},
{
"const": "lateral entorhinal cortex",
"description": "One of two subdivisions of the entorhinal cortex, located laterally.",
"source": "http://purl.obolibrary.org/obo/UBERON_0007225"
},
{
"const": "left cerebral hemisphere",
"description": "One of two bilateral, largely symmetrical organ subdivisions within the telencephalon which contain the cerebral cortex and cerebral white matter.",
Expand All @@ -189,6 +194,11 @@
"description": "A large nucleus in the thalamus. It receives inputs from the Pre-Frontal Cortex and the Limbic System and in turn relays them to the Pre-Frontal Association Cortex. ",
"source": "http://purl.obolibrary.org/obo/UBERON_0002739"
},
{
"const": "medial entorhinal cortex",
"description": "One of two subdivisions of the entorhinal cortex, located medially.",
"source": "http://purl.obolibrary.org/obo/UBERON_0007224"
},
{
"const": "medial frontal cortex",
"description": "Component of the orbtial frontal cortex. The rostral boundary is the first slice where the medial orbital gyrus became visible whereas the caudal boundary is the disappearance of the medial orbital gyrus/gyrus rectus.",
Expand Down
Loading