-
Notifications
You must be signed in to change notification settings - Fork 3
Dosage Sensitivity
The purpose of this page is to outline the main pages and core features each page contains. THIS IS A TEST - From Local
Table of contents
The Dosage Sensitivity Curation List acts the primary page for summary information about Dosage's curations to be listed. This page will support the ability to do the following...
- Provide visitors key summary facts about curations
- List all of the curations
- Provide a paginated list of all of the curations
- Allow visitors to "search" and "filter" Dosage curations
- Provide visitors ways to "sort" curations (all or matched)
- Provide helpful insights about other ClinGen curation activities
- Provide information from external resources to assist visitors
The curation totals are displayed in a few areas. On this page, figures displayed are totals for all of the curations done by dosage, regardless of filter, sort, or pagination configuration.
This page is seeking the following data to be returned to allow the totals to be displayed.
NOTE: JSON structure, key, and labels are intended to facilitate the discussion. Final structure and examples will be replace the options below.
Option 1 (For consideration)
This option has the API return the total curations along with totals based on each type of curation.
{
"curation-totals": {
"total": "1000",
"types": {
"genes": "500",
"regions": "500"
}
}
}
Option 2 (For consideration)
This option has the API return the totals based on each type of curation.
{
"curation-totals": {
"genes": "500",
"regions": "500"
}
}
Over 17,000 protein coding genes have been scored according to their predicted probability of exhibiting haploinsufficiency. These predictions are generated using a classification model trained on two datasets:
- known haploinsufficient genes and
- genes disrupted by unambiguous loss-of-function variants in at least two apparently healthy individuals. The model uses sequence conservation, expression patterns and proximity within a gene network to known haploinsufficient genes as predictor variables. Missing predictor variables are imputed using other gene properties before prediction. Percentages refer to genome-wide percentiles of genes ranked according to their haploinsufficient score.
- High ranks (e.g. 0-10%) indicate a gene is more likely to exhibit haploinsufficiency, low ranks (e.g. 90-100%) indicate a gene is more likely to NOT exhibit haploinsufficiency.
- The manuscript describing the generation and validation of these haploinsufficiency predictions (Huang et al) is published in PLoS Genetics. Updated predictions of haploinsufficiency can be downloaded from our data download page. https://decipher.sanger.ac.uk/about#downloads/data
The Exome Aggregation Consortium (ExAC) has computed a score called pLI, which indicates the probability that a gene is intolerant to a Loss of Function (LoF) mutation. This analysis is based on high-quality exome sequence data for 60,706 individuals of diverse ethnicities.
The ExAC consortium used a selection-neutral, sequence-context-based mutational model to compare the observed number of rare variants per gene to an expected number, then quantified deviation from expectation with a Z score (method described in Samocha et al.). To reduce confounding by coding sequence length, for Protein Truncating Variants (PTV) an expectation-maximization algorithm using the observed and expected PTV counts within each gene was used to separate genes into three categories:
- Null, where observed ≈ expected (LoF variation is tolerated)
- Recessive, where observed ≤ 50% of expected (heterozygous LoFs are tolerated)
- Haploinsufficient, where observed < 10% of expected (heterozygous LoFs are not tolerated)
The pLI score is the probability that a given gene falls into the Haploinsufficient category, therefore is extremely intolerant of loss-of-function variation. Genes with high pLI scores (pLI ≥ 0.9) are extremely LoF intolerant, whereby genes with low pLI scores (pLI ≤ 0.1) are LoF tolerant.
The manuscript describing this dataset and analysis (Lek et al.) is published in Nature. http://exac.broadinstitute.org/
Views & Partials: Coming soon
- /resources/views/gene-dosage/show.blade.php
Coming soon Views & Partials:
- /resources/views/gene-dosage/show.blade.php
Coming soon
Coming soon
Coming soon Views & Partials:
- /resources/views/gene-dosage/reports.blade.php
Coming soon Views & Partials:
- /resources/views/gene-dosage/stats.blade.php
Coming soon Views & Partials:
- /resources/views/gene-dosage/downloads.blade.php
© ClinGen
- Home
-
Dosage Sensitivity
-- Curation List
-- Curation Details
-- Reports
-- Stats
-- Downloads