-
Notifications
You must be signed in to change notification settings - Fork 5
/
figure1.yaml
199 lines (182 loc) · 3.97 KB
/
figure1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
id: https://www.biorxiv.org/content/10.1101/2023.01.22.525049v1
name: figure1
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
default_range: string
classes:
NamedThing:
slots:
- id
- label
CellClass:
is_a: NamedThing
description: >-
Class division in Figure 1, also found in Supplementary Materials: Table 7
attributes:
category:
required: true
range: CellCategory
has_hierarchical_relationships:
multivalued: true
range: HierarchicalRelationship
inlined_as_list: true
CellSubclass:
is_a: NamedThing
description: >-
Subclass division in Figure 1
attributes:
has_hierarchical_relationships:
multivalued: true
range: HierarchicalRelationship
inlined_as_list: true
division:
range: Division
nt_type:
range: NTType
Cluster:
is_a: NamedThing
description: >-
Cluster in Supplementary Materials: Table 7
attributes:
has_hierarchical_relationships:
multivalued: true
range: HierarchicalRelationship
inlined_as_list: true
has_group_relationships:
multivalued: true
range: GroupRelationship
inlined_as_list: true
Cell:
is_a: NamedThing
description: >-
Cell, a member of a cluster
attributes:
has_group_relationships:
multivalued: true
range: GroupRelationship
inlined_as_list: true
broad_region:
range: BroadRegion
# Supertype:
# description: >- # TODO: under Cluster class?
# Supertype in Supplementary Materials: Table 7
# attributes:
# id:
# identifier: true # unique key
# label:
# required: true
#
# Division:
# is_a: NamedThing
# description: >-
# Division in Figure 1, also found in Supplementary Materials: Table 7
#
# NTType:
# description: >-
# Neurotransmitter Type in Figure 1
# attributes:
# label:
# required: true
# combo_label:
# required: true
#
# BroadRegion:
# description: >-
# Broad Region in Figure 1
# attributes:
# label:
# required: true
#
# Region:
# description: >-
# Region in Figure 1
# attributes:
# label:
# required: true
Relationship:
abstract: true
attributes:
related_to:
range: NamedThing
required: true
# relationship_type:
HierarchicalRelationship:
is_a: Relationship
attributes:
relationship_type:
range: HierarchicalRelationshipType
GroupRelationship:
is_a: Relationship
attributes:
relationship_type:
range: GroupRelationshipType
Container:
tree_root: true
attributes:
subclasses:
multivalued: true
inlined_as_list: true
range: CellSubclass
classes:
multivalued: true
inlined_as_list: true
range: CellClass
cells:
multivalued: true
inlined_as_list: true
range: Cell
clusters:
multivalued: true
inlined_as_list: true
range: Cluster
slots:
id:
identifier: true
label:
enums:
CellCategory:
permissible_values: # table 4
NEURON:
OTHER_IMN:
OTHER_VASCULAR:
NEUROGLIAL:
BroadRegion:
permissible_values:
PALL:
CNU:
TH:
HY:
MB:
HB:
CB:
Division:
permissible_values:
Pallium glutamatergic:
Subpallium GABAergic:
PAL−sAMY−TH−HY −MB−HB neuronal:
CBX−MOB−other neuronal:
Neuroglial:
Vascular:
Immune:
NTType:
permissible_values:
Glut:
GABA:
Glut−GABA:
GABA−Glyc:
Chol:
Dopa:
Sero:
Nora:
Hist:
NA:
HierarchicalRelationshipType:
permissible_values:
PARENT_OF:
CHILD_OF:
GroupRelationshipType:
permissible_values:
CONSISTS_OF:
MEMBER_OF: