From 2ac3a95dd53937e0f43c55c8222c95efb5e0a4a3 Mon Sep 17 00:00:00 2001 From: spiekos Date: Wed, 6 Mar 2024 15:32:25 -0800 Subject: [PATCH] This is an updated version of the DISEASES by JensenLab import, which is updated weekly. This includes the data through March 4, 2024. This update fixes the broken links between DiseaseGeneAssociation nodes and the corresponding Disease and Gene nodes. This update corresponds to PR #938 (https://github.com/datacommonsorg/data/pull/938). PiperOrigin-RevId: 613361835 --- biomedical_schema/disease.mcf | 2 +- biomedical_schema/disease_enum.mcf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biomedical_schema/disease.mcf b/biomedical_schema/disease.mcf index 7e7e43cdf..b86a86dce 100644 --- a/biomedical_schema/disease.mcf +++ b/biomedical_schema/disease.mcf @@ -14,7 +14,7 @@ description: "The association between two diseases." Node: dcid:DiseaseGeneAssociation name: "DiseaseGeneAssociation" typeOf: schema:Class -subClassOf: dcs:Disease +subClassOf: dcs:Disease,dcs:ICD10Code description: "The association of a disease with a gene." Node: dcid:DiseaseGeneticVariantAssociation diff --git a/biomedical_schema/disease_enum.mcf b/biomedical_schema/disease_enum.mcf index b598c9f92..a7501e941 100644 --- a/biomedical_schema/disease_enum.mcf +++ b/biomedical_schema/disease_enum.mcf @@ -12,8 +12,8 @@ Node: dcid:AssociationSourceExperiment name: "Experiment" typeOf: dcs:AssociationSourceEnum -Node: dcid:AssociationSourceClinical -name: "Clinical" +Node: dcid:AssociationSourceKnowledge +name: "Knowledge" typeOf: dcs:AssociationSourceEnum Node: dcid:DiseaseGeneAssociationStatusEnum