Skip to content

Latest commit

 

History

History
144 lines (123 loc) · 5.21 KB

index.md

File metadata and controls

144 lines (123 loc) · 5.21 KB
layout title
home
Phenotypes

{% 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 Portal

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 Portal?
The HDR UK Phenotype Portal is a a national platform for dissemination of citable algorithms (incl. validations) and tools which will reduce duplication of effort and improve research reproducibility. More information can be found on the HDR website.

How to contribute?
To submit an EHR phenotyping algorithm to the Phenotype Portal, 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 }