Skip to content

Latest commit

 

History

History
162 lines (136 loc) · 6.57 KB

index.md

File metadata and controls

162 lines (136 loc) · 6.57 KB
layout title
home
HDR UK CALIBER Phenotype Library

{% assign n_codelists = 0 %} {% assign cd = 0 %} {% for clist in site.data.codelists %} {% assign row = clist[1] %} {% capture n_codelists %}{{n_codelists | plus: 1 }}{% endcapture %} {% for r in row %} {% capture cd %}{{cd | plus: 1 }}{% endcapture %} {% endfor %} {% endfor %}

{% assign size = site.phenotypes.size %}

Welcome to the HDR UK CALIBER Phenotype Library

A comprehensive, open-access resource providing the research community with information, tools and phenotyping algorithms for UK electronic health records:


{{ size }}
phenotyping algorithms
{{ n_codelists }}
codelists
{{ cd }}
medical ontology terms
10+
data sources
100+
research papers

What is a phenotyping algorithm?
Phenotyping algorithms are complex computer programs that extract useful information from electronic health records so they can be used for health research.
What is the HDR UK Phenotype Library?
Our aim is to provide researchers with the “GitHub of phenotyping”: an open platform for storage, dissemination, re-use, evaluation and citation of their own curated algorithms and metadata (data source(s), clinical terminologies, and other information) in order to reduce duplication of effort and improve research reproducibility.

Key principles
  • The Library stores phenotyping algorithms, metadata and tools only. No data are stored in the Library.
  • Ideally, phenotypes that are deposited in the Library will have undergone some form of peer-review to assess validity and quality either through peer-reviewed publication or some other means of sharing the definition(s)
  • Phenotype definitions will be assigned a unique Digital Object Identifier (DOI) to facilitate identification of the phenotype
  • All material deposited in the Library remain the intellectual property of the research group who created the phenotype(s) – the default licensing agreement that information is available under is the Creative Commons Attribution 4.0 (CC-A)
  • Users should cite the Phenotype Library in all publications, presentations and reports as follows: “HDR UK CALIBER Phenotype Library https://portal.caliberresearch.org/”
  • The aim of the Library is not to standardize or harmonize disease definitions, therefore several phenotypes may be stored for the same condition and the onus is on individual researchers to explore which phenotypes they wish to use
How to contribute?
To submit an EHR phenotyping algorithm to the Phenotype Library, read our documentation pages. If you want to provide feedback, or ask questions, contact the team!

{::options parse_block_html="true" /}

## Disease or syndrome {: .table-title } {% assign disease_phenotypes = site.phenotypes | where: "type", "Disease or Syndrome" | sort: "name" %}

| Phenotype | Data Sources | |-----------|--------------|{% for phenotype in disease_phenotypes %} [{{ phenotype.name }}]({{ phenotype.url }}) | {{ phenotype.data_sources | join: ", "}} |{% endfor %}

View all diseases and syndromes{: .btn} {: .btn-p}

{: .panel }

{::options parse_block_html="true" /}

## Biomarkers {: .table-title } {% assign biomarker_phenotypes = site.phenotypes | where: "type", "Biomarker" | sort: "name" %} | Phenotype | Data Sources | |-----------|--------------|{% for phenotype in biomarker_phenotypes %} | [{{ phenotype.name }}]({{ phenotype.url }}) | {{ phenotype.data_sources | join: ", "}} |{% endfor %}

View all biomarkers{: .btn} {: .btn-p}

{: .panel }

{::options parse_block_html="true" /}

## Lifestyle Risk factors {: .table-title } {% assign lifestyle_phenotypes = site.phenotypes | where: "type", "Lifestyle Risk Factor" | sort: "name" %} | Phenotype | Data Sources | |-----------|--------------|{% for phenotype in lifestyle_phenotypes %} | [{{ phenotype.name }}]({{ phenotype.url }}) | {{ phenotype.data_sources | join: ", "}} |{% endfor %}

View all lifestyle risk factors{: .btn} {: .btn-p}

{: .panel }