Skip to content

Commit d9fbcc2

Browse files
committed
feat(frontend): add v4 LoF curation section to Data page
1 parent 359cf5a commit d9fbcc2

File tree

2 files changed

+185
-0
lines changed

2 files changed

+185
-0
lines changed

browser/src/DataPage/GnomadV4Downloads.tsx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,52 @@ const GnomadV4Downloads = () => {
600600
</ListItem>
601601
</FileList>
602602
</DownloadsSection>
603+
604+
<SectionTitle id="v4-secondary-analyses" theme={{ type: 'datasets' }}>
605+
Secondary Analyses
606+
</SectionTitle>
607+
<StyledParagraph>
608+
Additional research analyses created using the core gnomAD releases in collaboration with
609+
members of the gnomAD steering committee.
610+
</StyledParagraph>
611+
612+
<DownloadsSection>
613+
<SectionTitle id="v4-lof-curation-results">Loss-of-function curation results</SectionTitle>
614+
<p>
615+
For information on v4 loss-of-function curation results, see{' '}
616+
{/* @ts-expect-error TS(2769) FIXME: No overload matches this call. */}
617+
<ExternalLink href="https://doi.org/10.1038/s41586-020-2308-7">
618+
<em>The mutational constraint spectrum quantified from variation in 141,456 humans.</em>{' '}
619+
Nature 581, 434–443 (2020)
620+
</ExternalLink>{' '}
621+
(all homozygous LoF curation results),{' '}
622+
{/* @ts-expect-error TS(2769) FIXME: No overload matches this call. */}
623+
<ExternalLink href="https://doi.org/10.1038/s41586-020-2329-2">
624+
<em>Transcript expression-aware annotation improves rare variant interpretation.</em>{' '}
625+
Nature 581, 452–458 (2020)
626+
</ExternalLink>{' '}
627+
(haploinsufficient genes LoF curation results), and{' '}
628+
{/* @ts-expect-error TS(2769) FIXME: No overload matches this call. */}
629+
<ExternalLink href="https://pubmed.ncbi.nlm.nih.gov/37633279/">
630+
<em>
631+
Advanced variant classification framework reduces the false positive rate of predicted
632+
loss-of-function variants in population sequencing data.
633+
</em>{' '}
634+
Am J Hum Genet 110, 1496-1508 (2023)
635+
</ExternalLink>
636+
.
637+
</p>
638+
639+
<FileList>
640+
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
641+
<ListItem>
642+
<DownloadLinks
643+
label="Incomplete penetrance LoF curation results"
644+
path="/release/4.1/lof_curation/incomplete_penetrance_curation_results.csv"
645+
/>
646+
</ListItem>
647+
</FileList>
648+
</DownloadsSection>
603649
</>
604650
)
605651
}

browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7300,6 +7300,145 @@ exports[`Data Page has no unexpected changes 1`] = `
73007300
</li>
73017301
</ul>
73027302
</section>
7303+
<span
7304+
className="c8"
7305+
>
7306+
<h2
7307+
className="c9"
7308+
>
7309+
<a
7310+
aria-hidden="true"
7311+
className="c10 c11"
7312+
href="#v4-secondary-analyses"
7313+
id="v4-secondary-analyses"
7314+
>
7315+
<img
7316+
alt=""
7317+
aria-hidden="true"
7318+
height={12}
7319+
src="test-file-stub"
7320+
width={12}
7321+
/>
7322+
</a>
7323+
Secondary Analyses
7324+
</h2>
7325+
</span>
7326+
<p
7327+
className="c12"
7328+
>
7329+
Additional research analyses created using the core gnomAD releases in collaboration with members of the gnomAD steering committee.
7330+
</p>
7331+
<section
7332+
className="c16"
7333+
>
7334+
<span
7335+
className="c8"
7336+
>
7337+
<h2
7338+
className="c17"
7339+
>
7340+
<a
7341+
aria-hidden="true"
7342+
className="c10 c11"
7343+
href="#v4-lof-curation-results"
7344+
id="v4-lof-curation-results"
7345+
>
7346+
<img
7347+
alt=""
7348+
aria-hidden="true"
7349+
height={12}
7350+
src="test-file-stub"
7351+
width={12}
7352+
/>
7353+
</a>
7354+
Loss-of-function curation results
7355+
</h2>
7356+
</span>
7357+
<p>
7358+
For information on v4 loss-of-function curation results, see
7359+
7360+
<a
7361+
className="c7"
7362+
href="https://doi.org/10.1038/s41586-020-2308-7"
7363+
rel="noopener noreferrer"
7364+
target="_blank"
7365+
>
7366+
<em>
7367+
The mutational constraint spectrum quantified from variation in 141,456 humans.
7368+
</em>
7369+
7370+
Nature 581, 434–443 (2020)
7371+
</a>
7372+
7373+
(all homozygous LoF curation results),
7374+
7375+
<a
7376+
className="c7"
7377+
href="https://doi.org/10.1038/s41586-020-2329-2"
7378+
rel="noopener noreferrer"
7379+
target="_blank"
7380+
>
7381+
<em>
7382+
Transcript expression-aware annotation improves rare variant interpretation.
7383+
</em>
7384+
7385+
Nature 581, 452–458 (2020)
7386+
</a>
7387+
7388+
(haploinsufficient genes LoF curation results), and
7389+
7390+
<a
7391+
className="c7"
7392+
href="https://pubmed.ncbi.nlm.nih.gov/37633279/"
7393+
rel="noopener noreferrer"
7394+
target="_blank"
7395+
>
7396+
<em>
7397+
Advanced variant classification framework reduces the false positive rate of predicted loss-of-function variants in population sequencing data.
7398+
</em>
7399+
7400+
Am J Hum Genet 110, 1496-1508 (2023)
7401+
</a>
7402+
.
7403+
</p>
7404+
<ul
7405+
className="c20"
7406+
>
7407+
<li
7408+
className="c21"
7409+
>
7410+
<span>
7411+
Incomplete penetrance LoF curation results
7412+
</span>
7413+
<br />
7414+
<span>
7415+
Download from
7416+
7417+
<a
7418+
aria-label="Download Incomplete penetrance LoF curation results from Google"
7419+
className="c7"
7420+
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/lof_curation/incomplete_penetrance_curation_results.csv"
7421+
onClick={[Function]}
7422+
rel="noopener noreferrer"
7423+
target="_blank"
7424+
>
7425+
Google
7426+
</a>
7427+
/
7428+
<a
7429+
aria-label="Download Incomplete penetrance LoF curation results from Amazon"
7430+
className="c7"
7431+
href="https://gnomad-public-us-east-1.s3.amazonaws.com/release/4.1/lof_curation/incomplete_penetrance_curation_results.csv"
7432+
onClick={[Function]}
7433+
rel="noopener noreferrer"
7434+
target="_blank"
7435+
>
7436+
Amazon
7437+
</a>
7438+
</span>
7439+
</li>
7440+
</ul>
7441+
</section>
73037442
<span
73047443
className="c8"
73057444
>

0 commit comments

Comments
 (0)