From d421f718bf2c2a774cf60e6614e326eb038e2a28 Mon Sep 17 00:00:00 2001 From: Richard Jackson Date: Thu, 30 Nov 2023 10:31:58 +0000 Subject: [PATCH] towncrier: new OT Disease parser implementation Co-authored-by: Elliot Ford --- docs/_changelog.d/+otdisease.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_changelog.d/+otdisease.feature.rst diff --git a/docs/_changelog.d/+otdisease.feature.rst b/docs/_changelog.d/+otdisease.feature.rst new file mode 100644 index 00000000..2fcbae21 --- /dev/null +++ b/docs/_changelog.d/+otdisease.feature.rst @@ -0,0 +1 @@ +The OpenTargetsDiseaseOntologyParser has been heavily reworked, so that it uses the therapeutic_area concept to decide what records should be included. This has in turn yielded the subsets: measurement, medical_procedure, biological_process and phenotype. The measurement configuration is currently disabled as it requires heavy curation of the underlying strings. In addition, the OpenTargetsDiseaseOntologyParser now supports a custom ID grouping method, to make use of cross references.