Skip to content

Commit 7698495

Browse files
committed
added curated_markers_to_* as relationships between CellTypeTaxon and GeneAnnotation
1 parent 9dfdb8c commit 7698495

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,18 @@ classes:
337337
is found in each named brain region) in Human species.
338338
from_schema: https://w3id.org/brain-bican/bke-taxonomy
339339
range: SpatialProportions
340+
curated_markers_to_primates:
341+
description: Marker genes in the primate species that are related to the respective
342+
cell type.
343+
from_schema: https://w3id.org/brain-bican/bke-taxonomy
344+
range: GeneAnnotation
345+
multivalued: true
346+
curated_markers_to_mouse:
347+
description: Marker genes in the mouse species that are related to the respective
348+
cell type.
349+
from_schema: https://w3id.org/brain-bican/bke-taxonomy
350+
range: GeneAnnotation
351+
multivalued: true
340352
number_of_cells:
341353
description: The aggregated number of cells that defines the cell type taxon.
342354
from_schema: https://w3id.org/brain-bican/bke-taxonomy

linkml-schema/source_bke_taxonomy/gsheet_output/Relations.tsv

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ CellTypeTaxon part_of_taxonomy CellTypeTaxonomy FALSE The cell types taxonomy
1616
CellTypeTaxon contains_cluster Cluster TRUE One of potentially cell clusters which together defines the cell type taxon. FALSE CTT contains_cluster C if and only if C is a part of CTT
1717
CellTypeTaxon has_parent CellTypeTaxon FALSE When the taxonomy is a single inheritance tree, the parent represents the superclass for which the cell type taxon is a member of. FALSE CTT1 has_parent CTT2 if and only if CTT1 and CTT2 are_part_of some CTTy and CTT1 is_child_of CTT2
1818
CellTypeTaxon has_abbreviation Abbreviation TRUE One of many abbreviation that are part of the cell type taxon name. FALSE CTT has_abbreviation some A if and only if CTT has_name some CTTN and A is part of CTTN
19+
CellTypeTaxon spatial_regional_proportions SpatialProportions FALSE Species-independent quantification of regional composition (how much of something is found in each named brain region),
20+
CellTypeTaxon spatial_proportions_marmoset SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Marmoset species.
21+
CellTypeTaxon spatial_proportions_macaque SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Macaque species.
22+
CellTypeTaxon spatial_proportions_human SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Human species.
23+
CellTypeTaxon curated_markers_to_primates GeneAnnotation TRUE Marker genes in the primate species that are related to the respective cell type.
24+
CellTypeTaxon curated_markers_to_mouse GeneAnnotation TRUE Marker genes in the mouse species that are related to the respective cell type.
1925
CellTypeTaxonomy was_generated_by CellTypeTaxonomyCreationProcess bican_prov FALSE The analysis process from which the cell types taxonomy was generated by. TRUE CTT was_generated_by CTTCP if and only if CTTCP has_output some CTT
2026
CellTypeTaxonomy was_derived_from ClusterSet bican_prov TRUE One of potentially many input clusters set from which the cell type taxonomy is derived. FALSE CTT was_derived_from some CS if and only if CTT has_input some CS
2127
CellTypeTaxonomy is_revision_of CellTypeTaxonomy FALSE The previous version for which this cell type taxonomy is a revision of. FALSE CTT2 is_revision_of CTT1 if and only if CTT1 is a version of CTT2
@@ -37,8 +43,4 @@ ObservationMatrix has_variable GeneAnnotation TRUE One of set of genes which t
3743
ObservationMatrix was_derived_from CellSpecimen bican_prov TRUE One of many cell specimens from which observations in the matrix was derived from. FALSE OM was_derived_from some CSp if and only if OM has_input some CSp
3844
ObservationRow part_of_matrix ObservationMatrix FALSE The observation matrix for which is observation row is part of. TRUE OR part_of_matrix some OM if and only if OR part_of some OM
3945
ObservationRow represented_in MatrixFile FALSE The specific file where this observation row is represented. TRUE OR represented in MF if and only if OR is part_of some OM and OM is_concretized_in some MF
40-
ObservationRow was_derived_from CellSpecimen bican_prov FALSE The cell specimen from which the observation was derived from. FALSE OR was_derived_from some CSp if and only if OR has_input some CSp
41-
CellTypeTaxon spatial_regional_proportions SpatialProportions FALSE Species-independent quantification of regional composition (how much of something is found in each named brain region),
42-
CellTypeTaxon spatial_proportions_marmoset SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Marmoset species.
43-
CellTypeTaxon spatial_proportions_macaque SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Macaque species.
44-
CellTypeTaxon spatial_proportions_human SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Human species.
46+
ObservationRow was_derived_from CellSpecimen bican_prov FALSE The cell specimen from which the observation was derived from. FALSE OR was_derived_from some CSp if and only if OR has_input some CSp

0 commit comments

Comments
 (0)