-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathclm-base.obo
More file actions
927 lines (800 loc) · 51.7 KB
/
clm-base.obo
File metadata and controls
927 lines (800 loc) · 51.7 KB
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
format-version: 1.2
data-version: clm/releases/2025-12-15/clm-base.owl
idspace: dce http://purl.org/dc/elements/1.1/
idspace: dcterms http://purl.org/dc/terms/
idspace: oboInOwl http://www.geneontology.org/formats/oboInOwl#
ontology: clm/clm-base
property_value: dce:type IAO:8000001
property_value: dcterms:description "None" xsd:string
property_value: dcterms:license https://creativecommons.org/licenses/unspecified
property_value: dcterms:title "Cell Markers Ontology" xsd:string
property_value: owl:versionInfo "2025-12-15" xsd:string
[Term]
id: CL:0000583
comment: The marker set MSR1, FABP4 can identify the Human cell type alveolar macrophage in the lung with a confidence of 0.80 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000003 ! has characterizing marker set NS forest marker set of alveolar macrophage (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0000751
comment: The marker set CDHR3, PRKCA-AS1 can identify the Human cell type http://purl.obolibrary.org/obo/CL_0000751 in the retina with a confidence of 0.929575519 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set ENSG00000227681, C16orf74 can identify the Human cell type http://purl.obolibrary.org/obo/CL_0000751 in the retina with a confidence of 0.907779697 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001251 ! has characterizing marker set NS forest marker set of rod bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001266 ! has characterizing marker set NS forest marker set of rod bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0000752
comment: The marker set COL19A1, DOK5 can identify the Human cell type http://purl.obolibrary.org/obo/CL_0000752 in the retina with a confidence of 0.843060252 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set DOK5, ST6GALNAC3 can identify the Human cell type http://purl.obolibrary.org/obo/CL_0000752 in the retina with a confidence of 0.782434709 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001241 ! has characterizing marker set NS forest marker set of cone retinal bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001261 ! has characterizing marker set NS forest marker set of cone retinal bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002062
comment: The marker set AGER can identify the Human cell type pulmonary alveolar type 1 cell in the lung with a confidence of 0.85 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000008 ! has characterizing marker set NS forest marker set of pulmonary alveolar type 1 cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002063
comment: The marker set SFTPA1 can identify the Human cell type pulmonary alveolar type 2 cell in the lung with a confidence of 0.95 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000009 ! has characterizing marker set NS forest marker set of pulmonary alveolar type 2 cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002075
comment: The marker set POU2F3, HOMER3, MYB can identify the Human cell type brush cell of tracheobronchial tree in the lung with a confidence of 0.56 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000061 ! has characterizing marker set NS forest marker set of brush cell of tracheobronchial tree (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002145
comment: The marker set C1orf194, MS4A8 can identify the Human cell type multiciliated columnar cell of tracheobronchial tree in the lung with a confidence of 0.86 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000041 ! has characterizing marker set NS forest marker set of multiciliated columnar cell of tracheobronchial tree (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002241
comment: The marker set DPT, APOD can identify the Human cell type pulmonary interstitial fibroblast in the lung with a confidence of 0.58 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000046 ! has characterizing marker set NS forest marker set of pulmonary interstitial fibroblast (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0002480
comment: The marker set LYPD2, MUC5AC can identify the Human cell type nasal mucosa goblet cell in the lung with a confidence of 0.81 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000027 ! has characterizing marker set NS forest marker set of nasal mucosa goblet cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0009089
comment: The marker set HIGD1B, KCNK3 can identify the Human cell type lung pericyte in the lung with a confidence of 0.84 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000047 ! has characterizing marker set NS forest marker set of lung pericyte (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0017000
comment: The marker set ASCL3, BSND can identify the Human cell type pulmonary ionocyte in the lung with a confidence of 0.82 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000032 ! has characterizing marker set NS forest marker set of pulmonary ionocyte (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:0019019
comment: The marker set ACTA2, TAGLN can identify the Human cell type tracheobronchial smooth muscle cell in the lung with a confidence of 0.69 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000056 ! has characterizing marker set NS forest marker set of tracheobronchial smooth muscle cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:1000223
comment: The marker set CHGA, GRP can identify the Human cell type pulmonary neuroendocrine cell in the lung with a confidence of 0.94 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000043 ! has characterizing marker set NS forest marker set of pulmonary neuroendocrine cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:1000312
comment: The marker set PLCG2, ANKRD36C can identify the Human cell type bronchial goblet cell in the lung with a confidence of 0.55 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000026 ! has characterizing marker set NS forest marker set of bronchial goblet cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023011
comment: The marker set LINC00298, KIT can identify the Human cell type lamp5 GABAergic interneuron in the neocortex with a confidence of 0.814687838 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000074 ! has characterizing marker set NS forest marker set of lamp5 GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023015
comment: The marker set RXRG, THSD7B can identify the Human cell type sncg GABAergic interneuron in the neocortex with a confidence of 0.628943702 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000081 ! has characterizing marker set NS forest marker set of sncg GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023016
comment: The marker set VIP can identify the Human cell type VIP GABAergic interneuron in the neocortex with a confidence of 0.855531344 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000085 ! has characterizing marker set NS forest marker set of VIP GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023017
comment: The marker set SST, PLCH1 can identify the Human cell type sst GABAergic interneuron in the neocortex with a confidence of 0.842367005 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000082 ! has characterizing marker set NS forest marker set of sst GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023018
comment: The marker set PVALB, TAC1, MYO5B can identify the Human cell type pvalb GABAergic interneuron in the neocortex with a confidence of 0.691998764 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000080 ! has characterizing marker set NS forest marker set of pvalb GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023036
comment: The marker set GPR149, CA8 can identify the Human cell type pvalb chandelier GABAergic interneuron in the neocortex with a confidence of 0.799748111 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000063 ! has characterizing marker set NS forest marker set of pvalb chandelier GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023041
comment: The marker set CHST8, POU3F1 can identify the Human cell type L5 extratelencephalic projecting glutamatergic cortical neuron in the neocortex with a confidence of 0.815891473 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000067 ! has characterizing marker set NS forest marker set of L5 extratelencephalic projecting glutamatergic cortical neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023042
comment: The marker set SEMA5B, ADAMTSL1, SULF1 can identify the Human cell type L6 corticothalamic-projecting glutamatergic cortical neuron in the neocortex with a confidence of 0.631898455 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000070 ! has characterizing marker set NS forest marker set of L6 corticothalamic-projecting glutamatergic cortical neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023046
comment: The marker set CCN2, ROS1 can identify the Human cell type L6b glutamatergic neuron of the primary motor cortex in the neocortex with a confidence of 0.819940964 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000073 ! has characterizing marker set NS forest marker set of L6b glutamatergic neuron of the primary motor cortex (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4023121
comment: The marker set NPY can identify the Human cell type sst chodl GABAergic interneuron in the neocortex with a confidence of 0.894026187 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000083 ! has characterizing marker set NS forest marker set of sst chodl GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4028004
comment: The marker set AOC3, LUM can identify the Human cell type alveolar type 1 fibroblast cell in the lung with a confidence of 0.70 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000002 ! has characterizing marker set NS forest marker set of alveolar type 1 fibroblast cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4028006
comment: The marker set SCARA5, CD248 can identify the Human cell type alveolar adventitial fibroblast in the lung with a confidence of 0.85 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000001 ! has characterizing marker set NS forest marker set of alveolar adventitial fibroblast (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030059
comment: The marker set ONECUT2, COL5A2 can identify the Human cell type L2/3 intratelencephalic projecting glutamatergic neuron in the neocortex with a confidence of 0.670149932 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000065 ! has characterizing marker set NS forest marker set of L2/3 intratelencephalic projecting glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030063
comment: The marker set RORB, ST8SIA4 can identify the Human cell type L4 intratelencephalic projecting glutamatergic neuron in the neocortex with a confidence of 0.720108696 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000066 ! has characterizing marker set NS forest marker set of L4 intratelencephalic projecting glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030064
comment: The marker set ARSJ, RORB, KCNK2 can identify the Human cell type L5 intratelencephalic projecting glutamatergic neuron in the neocortex with a confidence of 0.764261336 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000068 ! has characterizing marker set NS forest marker set of L5 intratelencephalic projecting glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030065
comment: The marker set LINC00507, THEMIS can identify the Human cell type L6 intratelencephalic projecting glutamatergic neuron in the neocortex with a confidence of 0.641695703 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000071 ! has characterizing marker set NS forest marker set of L6 intratelencephalic projecting glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030067
comment: The marker set NPSR1-AS1, TLL1 can identify the Human cell type L5/6 near-projecting glutamatergic neuron in the neocortex with a confidence of 0.899288218 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000069 ! has characterizing marker set NS forest marker set of L5/6 near-projecting glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4030068
comment: The marker set SMYD1, THEMIS can identify the Human cell type L6 intratelencephalic projecting Car3 glutamatergic neuron in the neocortex with a confidence of 0.877752028 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000072 ! has characterizing marker set NS forest marker set of L6 intratelencephalic projecting Car3 glutamatergic neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033005
comment: The marker set PRR4, C6orf58 can identify the Human cell type serous secreting cell of bronchus submucosal gland in the lung with a confidence of 0.75 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000054 ! has characterizing marker set NS forest marker set of serous secreting cell of bronchus submucosal gland (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033019
comment: The marker set SORCS3, TAFA1 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033019 in the retina with a confidence of 0.709302326 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set TAFA1, ENSG00000250971 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033019 in the retina with a confidence of 0.797269292 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001250 ! has characterizing marker set NS forest marker set of ON-blue cone bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001259 ! has characterizing marker set NS forest marker set of ON-blue cone bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033022
comment: The marker set BPIFB2 can identify the Human cell type mucus secreting cell of bronchus submucosal gland in the lung with a confidence of 0.93 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000053 ! has characterizing marker set NS forest marker set of mucus secreting cell of bronchus submucosal gland (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033023
comment: The marker set GLYATL2, DMBT1 can identify the Human cell type airway submucosal gland collecting duct epithelial cell in the lung with a confidence of 0.46 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000052 ! has characterizing marker set NS forest marker set of airway submucosal gland collecting duct epithelial cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033027
comment: The marker set LAMA3, EBF1 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033027 in the retina with a confidence of 0.917474411 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set NXPH2, EBF1 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033027 in the retina with a confidence of 0.752547687 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001243 ! has characterizing marker set NS forest marker set of diffuse bipolar 1 cell (Human retina).
relationship: RO:0015004 CLM:1001254 ! has characterizing marker set NS forest marker set of diffuse bipolar 1 cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033028
comment: The marker set ENSG00000243004, ENSG00000249803 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033028 in the retina with a confidence of 0.770513807 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set TAFA4, DSCAM can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033028 in the retina with a confidence of 0.886091243 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001245 ! has characterizing marker set NS forest marker set of diffuse bipolar 2 cell (Human retina).
relationship: RO:0015004 CLM:1001258 ! has characterizing marker set NS forest marker set of diffuse bipolar 2 cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033029
comment: The marker set ENSG00000267109 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033029 in the retina with a confidence of 0.848827502 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set ERBB4 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033029 in the retina with a confidence of 0.949243066 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001249 ! has characterizing marker set NS forest marker set of diffuse bipolar 3a cell (Human retina).
relationship: RO:0015004 CLM:1001260 ! has characterizing marker set NS forest marker set of diffuse bipolar 3a cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033030
comment: The marker set ABCA4, DPP10 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033030 in the retina with a confidence of 0.765019652 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set MEIS2, ENSG00000242021 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033030 in the retina with a confidence of 0.821782012 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001242 ! has characterizing marker set NS forest marker set of diffuse bipolar 3b cell (Human retina).
relationship: RO:0015004 CLM:1001253 ! has characterizing marker set NS forest marker set of diffuse bipolar 3b cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033032
comment: The marker set ENSG00000275443 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033032 in the retina with a confidence of 0.817444508 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set ENSG00000275443 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033032 in the retina with a confidence of 0.877512571 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001244 ! has characterizing marker set NS forest marker set of diffuse bipolar 6 cell (Human retina).
relationship: RO:0015004 CLM:1001257 ! has characterizing marker set NS forest marker set of diffuse bipolar 6 cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033033
comment: The marker set NKAIN3, TAFA4 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033033 in the retina with a confidence of 0.915774104 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set SCG2, TAFA4 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033033 in the retina with a confidence of 0.891115106 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001247 ! has characterizing marker set NS forest marker set of flat midget bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001262 ! has characterizing marker set NS forest marker set of flat midget bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033034
comment: The marker set PTPRT, CARMIL1 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033034 in the retina with a confidence of 0.80078521 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set RELN, ENSG00000271860 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033034 in the retina with a confidence of 0.884807812 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001252 ! has characterizing marker set NS forest marker set of invaginating midget bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001264 ! has characterizing marker set NS forest marker set of invaginating midget bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033035
comment: The marker set UTRN can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033035 in the retina with a confidence of 0.808459341 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set UTRN, NTRK3 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033035 in the retina with a confidence of 0.725035162 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001248 ! has characterizing marker set NS forest marker set of giant bipolar cell (Human retina).
relationship: RO:0015004 CLM:1001265 ! has characterizing marker set NS forest marker set of giant bipolar cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033036
comment: The marker set ARHGAP6, ENSG00000278254 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033036 in the retina with a confidence of 0.785018957 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set ENSG00000278254, ERBB4 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033036 in the retina with a confidence of 0.722779636 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001240 ! has characterizing marker set NS forest marker set of OFFx cell (Human retina).
relationship: RO:0015004 CLM:1001255 ! has characterizing marker set NS forest marker set of OFFx cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033041
comment: The marker set TNIP3, CXCL5 can identify the Human cell type CCL3-positive alveolar macrophage in the lung with a confidence of 0.67 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000004 ! has characterizing marker set NS forest marker set of CCL3-positive alveolar macrophage (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033042
comment: The marker set HMOX1, HPGD can identify the Human cell type metallothionein-positive alveolar macrophage in the lung with a confidence of 0.41 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000005 ! has characterizing marker set NS forest marker set of metallothionein-positive alveolar macrophage (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033043
comment: The marker set F13A1, STAB1, FCGR2B can identify the Human cell type lung interstitial macrophage in the lung with a confidence of 0.46 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000031 ! has characterizing marker set NS forest marker set of lung interstitial macrophage (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033048
comment: The marker set TNC, KRT15, SERPINB4 can identify the Human cell type respiratory tract suprabasal cell in the lung with a confidence of 0.62 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000059 ! has characterizing marker set NS forest marker set of respiratory tract suprabasal cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033077
comment: The marker set PCLAF, RRM2, UBE2C, NUSAP1 can identify the Human cell type cycling alveolar macrophage in the lung with a confidence of 0.26 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000006 ! has characterizing marker set NS forest marker set of cycling alveolar macrophage (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033080
comment: The marker set PEG10, PRC1, TOP2A can identify the Human cell type cycling pulmonary alveolar type 2 cell in the lung with a confidence of 0.61 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000010 ! has characterizing marker set NS forest marker set of cycling pulmonary alveolar type 2 cell (Human lung).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033095
comment: The marker set LINC01915 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033095 in the retina with a confidence of 0.814956496 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set LINC01915 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033095 in the retina with a confidence of 0.871187664 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
comment: The marker set PAM, LAMA2 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033095 in the retina with a confidence of 0.608139214 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001239 ! has characterizing marker set NS forest marker set of diffuse bipolar 4a cell (Human retina).
relationship: RO:0015004 CLM:1001246 ! has characterizing marker set NS forest marker set of diffuse bipolar 4a cell (Human retina).
relationship: RO:0015004 CLM:1001263 ! has characterizing marker set NS forest marker set of diffuse bipolar 4a cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4033096
comment: The marker set PAM, LAMA2 can identify the Human cell type http://purl.obolibrary.org/obo/CL_4033096 in the retina with a confidence of 0.489741893 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1001256 ! has characterizing marker set NS forest marker set of diffuse bipolar 4b cell (Human retina).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4042013
comment: The marker set CHST9, LAMP5 can identify the Human cell type Lamp5 Lhx6 neuron in the neocortex with a confidence of 0.821678322 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000075 ! has characterizing marker set NS forest marker set of Lamp5 Lhx6 neuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CL:4042032
comment: The marker set RELN, HCRTR2 can identify the Human cell type PAX6 GABAergic interneuron in the neocortex with a confidence of 0.724125093 (NS-Forest FBeta value). {xref="https://doi.org/10.5281/zenodo.11165918"}
relationship: RO:0015004 CLM:1000079 ! has characterizing marker set NS forest marker set of PAX6 GABAergic interneuron (Human neocortex).
property_value: RO:0002175 NCBITaxon:9606
[Term]
id: CLM:1000001
name: NS forest marker set of alveolar adventitial fibroblast (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000168079
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000174807
property_value: STATO:0000663 "0.85" xsd:string
[Term]
id: CLM:1000002
name: NS forest marker set of alveolar type 1 fibroblast cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000131471
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000139329
property_value: STATO:0000663 "0.70" xsd:string
[Term]
id: CLM:1000003
name: NS forest marker set of alveolar macrophage (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000038945
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000170323
property_value: STATO:0000663 "0.80" xsd:string
[Term]
id: CLM:1000004
name: NS forest marker set of CCL3-positive alveolar macrophage (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000050730
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000163735
property_value: STATO:0000663 "0.67" xsd:string
[Term]
id: CLM:1000005
name: NS forest marker set of metallothionein-positive alveolar macrophage (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000100292
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000164120
property_value: STATO:0000663 "0.41" xsd:string
[Term]
id: CLM:1000006
name: NS forest marker set of cycling alveolar macrophage (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000137804
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000166803
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000171848
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000175063
property_value: STATO:0000663 "0.26" xsd:string
[Term]
id: CLM:1000008
name: NS forest marker set of pulmonary alveolar type 1 cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000204305
property_value: STATO:0000663 "0.85" xsd:string
[Term]
id: CLM:1000009
name: NS forest marker set of pulmonary alveolar type 2 cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000122852
property_value: STATO:0000663 "0.95" xsd:string
[Term]
id: CLM:1000010
name: NS forest marker set of cycling pulmonary alveolar type 2 cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000131747
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000198901
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000242265
property_value: STATO:0000663 "0.61" xsd:string
[Term]
id: CLM:1000026
name: NS forest marker set of bronchial goblet cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000174501
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000197943
property_value: STATO:0000663 "0.55" xsd:string
[Term]
id: CLM:1000027
name: NS forest marker set of nasal mucosa goblet cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000197353
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000215182
property_value: STATO:0000663 "0.81" xsd:string
[Term]
id: CLM:1000031
name: NS forest marker set of lung interstitial macrophage (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000010327
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000072694
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000124491
property_value: STATO:0000663 "0.46" xsd:string
[Term]
id: CLM:1000032
name: NS forest marker set of pulmonary ionocyte (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000162399
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000176009
property_value: STATO:0000663 "0.82" xsd:string
[Term]
id: CLM:1000041
name: NS forest marker set of multiciliated columnar cell of tracheobronchial tree (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000166959
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000179902
property_value: STATO:0000663 "0.86" xsd:string
[Term]
id: CLM:1000043
name: NS forest marker set of pulmonary neuroendocrine cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000100604
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000134443
property_value: STATO:0000663 "0.94" xsd:string
[Term]
id: CLM:1000046
name: NS forest marker set of pulmonary interstitial fibroblast (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000143196
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000189058
property_value: STATO:0000663 "0.58" xsd:string
[Term]
id: CLM:1000047
name: NS forest marker set of lung pericyte (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000131097
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000171303
property_value: STATO:0000663 "0.84" xsd:string
[Term]
id: CLM:1000052
name: NS forest marker set of airway submucosal gland collecting duct epithelial cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000156689
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000187908
property_value: STATO:0000663 "0.46" xsd:string
[Term]
id: CLM:1000053
name: NS forest marker set of mucus secreting cell of bronchus submucosal gland (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000078898
property_value: STATO:0000663 "0.93" xsd:string
[Term]
id: CLM:1000054
name: NS forest marker set of serous secreting cell of bronchus submucosal gland (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000111215
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000184530
property_value: STATO:0000663 "0.75" xsd:string
[Term]
id: CLM:1000056
name: NS forest marker set of tracheobronchial smooth muscle cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000107796
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000149591
property_value: STATO:0000663 "0.69" xsd:string
[Term]
id: CLM:1000059
name: NS forest marker set of respiratory tract suprabasal cell (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000041982
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000171346
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000206073
property_value: STATO:0000663 "0.62" xsd:string
[Term]
id: CLM:1000061
name: NS forest marker set of brush cell of tracheobronchial tree (Human lung).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000051128
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000118513
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000137709
property_value: STATO:0000663 "0.56" xsd:string
[Term]
id: CLM:1000063
name: NS forest marker set of pvalb chandelier GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000174948
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000178538
property_value: STATO:0000663 "0.799748111" xsd:string
[Term]
id: CLM:1000065
name: NS forest marker set of L2/3 intratelencephalic projecting glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000119547
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000204262
property_value: STATO:0000663 "0.670149932" xsd:string
[Term]
id: CLM:1000066
name: NS forest marker set of L4 intratelencephalic projecting glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000113532
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000198963
property_value: STATO:0000663 "0.720108696" xsd:string
[Term]
id: CLM:1000067
name: NS forest marker set of L5 extratelencephalic projecting glutamatergic cortical neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000124302
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000185668
property_value: STATO:0000663 "0.815891473" xsd:string
[Term]
id: CLM:1000068
name: NS forest marker set of L5 intratelencephalic projecting glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000082482
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000180801
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000198963
property_value: STATO:0000663 "0.764261336" xsd:string
[Term]
id: CLM:1000069
name: NS forest marker set of L5/6 near-projecting glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000038295
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000197085
property_value: STATO:0000663 "0.899288218" xsd:string
[Term]
id: CLM:1000070
name: NS forest marker set of L6 corticothalamic-projecting glutamatergic cortical neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000082684
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000137573
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000178031
property_value: STATO:0000663 "0.631898455" xsd:string
[Term]
id: CLM:1000071
name: NS forest marker set of L6 intratelencephalic projecting glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000172673
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000256193
property_value: STATO:0000663 "0.641695703" xsd:string
[Term]
id: CLM:1000072
name: NS forest marker set of L6 intratelencephalic projecting Car3 glutamatergic neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000115593
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000172673
property_value: STATO:0000663 "0.877752028" xsd:string
[Term]
id: CLM:1000073
name: NS forest marker set of L6b glutamatergic neuron of the primary motor cortex (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000047936
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000118523
property_value: STATO:0000663 "0.819940964" xsd:string
[Term]
id: CLM:1000074
name: NS forest marker set of lamp5 GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000157404
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000235665
property_value: STATO:0000663 "0.814687838" xsd:string
[Term]
id: CLM:1000075
name: NS forest marker set of Lamp5 Lhx6 neuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000125869
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000154080
property_value: STATO:0000663 "0.821678322" xsd:string
[Term]
id: CLM:1000079
name: NS forest marker set of PAX6 GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000137252
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000189056
property_value: STATO:0000663 "0.724125093" xsd:string
[Term]
id: CLM:1000080
name: NS forest marker set of pvalb GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000006128
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000100362
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000167306
property_value: STATO:0000663 "0.691998764" xsd:string
[Term]
id: CLM:1000081
name: NS forest marker set of sncg GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000143171
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000144229
property_value: STATO:0000663 "0.628943702" xsd:string
[Term]
id: CLM:1000082
name: NS forest marker set of sst GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000114805
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000157005
property_value: STATO:0000663 "0.842367005" xsd:string
[Term]
id: CLM:1000083
name: NS forest marker set of sst chodl GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000122585
property_value: STATO:0000663 "0.894026187" xsd:string
[Term]
id: CLM:1000085
name: NS forest marker set of VIP GABAergic interneuron (Human neocortex).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000146469
property_value: STATO:0000663 "0.855531344" xsd:string
[Term]
id: CLM:1001239
name: NS forest marker set of diffuse bipolar 4a cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000145730
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000196569
property_value: STATO:0000663 "0.608139214" xsd:string
[Term]
id: CLM:1001240
name: NS forest marker set of OFFx cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000047648
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000278254
property_value: STATO:0000663 "0.785018957" xsd:string
[Term]
id: CLM:1001241
name: NS forest marker set of cone retinal bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000082293
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000101134
property_value: STATO:0000663 "0.843060252" xsd:string
[Term]
id: CLM:1001242
name: NS forest marker set of diffuse bipolar 3b cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000134138
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000242021
property_value: STATO:0000663 "0.821782012" xsd:string
[Term]
id: CLM:1001243
name: NS forest marker set of diffuse bipolar 1 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000053747
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000164330
property_value: STATO:0000663 "0.917474411" xsd:string
[Term]
id: CLM:1001244
name: NS forest marker set of diffuse bipolar 6 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000275443
property_value: STATO:0000663 "0.877512571" xsd:string
[Term]
id: CLM:1001245
name: NS forest marker set of diffuse bipolar 2 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000243004
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000249803
property_value: STATO:0000663 "0.770513807" xsd:string
[Term]
id: CLM:1001246
name: NS forest marker set of diffuse bipolar 4a cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000265485
property_value: STATO:0000663 "0.871187664" xsd:string
[Term]
id: CLM:1001247
name: NS forest marker set of flat midget bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000163377
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000185942
property_value: STATO:0000663 "0.915774104" xsd:string
[Term]
id: CLM:1001248
name: NS forest marker set of giant bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000152818
property_value: STATO:0000663 "0.808459341" xsd:string
[Term]
id: CLM:1001249
name: NS forest marker set of diffuse bipolar 3a cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000178568
property_value: STATO:0000663 "0.949243066" xsd:string
[Term]
id: CLM:1001250
name: NS forest marker set of ON-blue cone bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000183662
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000250971
property_value: STATO:0000663 "0.797269292" xsd:string
[Term]
id: CLM:1001251
name: NS forest marker set of rod bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000128536
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000264630
property_value: STATO:0000663 "0.929575519" xsd:string
[Term]
id: CLM:1001252
name: NS forest marker set of invaginating midget bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000189056
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000271860
property_value: STATO:0000663 "0.884807812" xsd:string
[Term]
id: CLM:1001253
name: NS forest marker set of diffuse bipolar 3b cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000175497
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000198691
property_value: STATO:0000663 "0.765019652" xsd:string
[Term]
id: CLM:1001254
name: NS forest marker set of diffuse bipolar 1 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000144227
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000164330
property_value: STATO:0000663 "0.752547687" xsd:string
[Term]
id: CLM:1001255
name: NS forest marker set of OFFx cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000178568
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000278254
property_value: STATO:0000663 "0.722779636" xsd:string
[Term]
id: CLM:1001256
name: NS forest marker set of diffuse bipolar 4b cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000145730
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000196569
property_value: STATO:0000663 "0.489741893" xsd:string
[Term]
id: CLM:1001257
name: NS forest marker set of diffuse bipolar 6 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000275443
property_value: STATO:0000663 "0.817444508" xsd:string
[Term]
id: CLM:1001258
name: NS forest marker set of diffuse bipolar 2 cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000163377
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000171587
property_value: STATO:0000663 "0.886091243" xsd:string
[Term]
id: CLM:1001259
name: NS forest marker set of ON-blue cone bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000156395
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000183662
property_value: STATO:0000663 "0.709302326" xsd:string
[Term]
id: CLM:1001260
name: NS forest marker set of diffuse bipolar 3a cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000267109
property_value: STATO:0000663 "0.848827502" xsd:string
[Term]
id: CLM:1001261
name: NS forest marker set of cone retinal bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000101134
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000184005
property_value: STATO:0000663 "0.782434709" xsd:string
[Term]
id: CLM:1001262
name: NS forest marker set of flat midget bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000163377
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000171951
property_value: STATO:0000663 "0.891115106" xsd:string
[Term]
id: CLM:1001263
name: NS forest marker set of diffuse bipolar 4a cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000265485
property_value: STATO:0000663 "0.814956496" xsd:string
[Term]
id: CLM:1001264
name: NS forest marker set of invaginating midget bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000079691
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000196090
property_value: STATO:0000663 "0.80078521" xsd:string
[Term]
id: CLM:1001265
name: NS forest marker set of giant bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000140538
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000152818
property_value: STATO:0000663 "0.725035162" xsd:string
[Term]
id: CLM:1001266
name: NS forest marker set of rod bipolar cell (Human retina).
is_a: SO:0001260 ! sequence_collection
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000154102
relationship: BFO:0000051 http://identifiers.org/ensembl/ENSG00000227681
property_value: STATO:0000663 "0.907779697" xsd:string
[Term]
id: SO:0001260
name: sequence_collection
[Typedef]
id: RO:0015004
name: has characterizing marker set