Skip to content

Commit

Permalink
feat(browser): add gnomAD videos FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 6, 2025
1 parent 5c0bf42 commit 6201fa7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
question: 'Do you have videos on how to use gnomAD?'
---

Yes, we have a few different videos that cover how gnomAD is created as well as guidance on how to use it.

- [Using gnomAD - tips and tricks](https://www.broadinstitute.org/videos/mpg-primer-using-gnomad-tips-and-tricks)
- [gnomAD: Using large genomic data sets to interpret human genetic variation](https://www.broadinstitute.org/videos/gnomad-using-large-genomic-data-sets-interpret-human-genetic-variation)
- [gnomAD v4: Behind the scenes (2023)](https://www.youtube.com/watch?v=my98du_c_7U&list=PLEEE2A91B09B77B4A&index=28)
1 change: 1 addition & 0 deletions browser/help/helpPageTableOfContents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const helpPageTableOfContents: { topics: string[]; faq: FaqTopic[] } = {
topics: [
'whats-the-difference-between-the-different-versions-of-gnomad',
'what-features-are-not-yet-in-v4-and-where-can-i-find-them',
'do-you-have-videos-on-how-to-use-gnomad',
'what-are-the-restrictions-on-data-usage',
'i-have-identified-a-rare-variant-what-phenotype-data-are-available',
'can-i-get-access-to-individual-level-genotype-data-from-gnomad',
Expand Down
31 changes: 31 additions & 0 deletions browser/src/help/__snapshots__/HelpPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,37 @@ Below is a list of all features not included in the v4 MVP and where to find the
| Manual LoF curation | v2 variant table and variant page |
| Regional Missense Constraint | Now available on v2 gene page |
| Linkage disequilibrium scores | [v2](/downloads/#v2-linkage-disequilibrium) downloads |
",
}
}
onClick={[Function]}
/>
</div>
</details>
</li>
<li>
<details>
<summary>
<h4>
do-you-have-videos-on-how-to-use-gnomad.md
</h4>
</summary>
<div
className="c17"
>
<div
className="c18"
dangerouslySetInnerHTML={
{
"__html": "---
question: 'Do you have videos on how to use gnomAD?'
---
Yes, we have a few different videos that cover how gnomAD is created as well as guidance on how to use it.
- [Using gnomAD - tips and tricks](https://www.broadinstitute.org/videos/mpg-primer-using-gnomad-tips-and-tricks)
- [gnomAD: Using large genomic data sets to interpret human genetic variation](https://www.broadinstitute.org/videos/gnomad-using-large-genomic-data-sets-interpret-human-genetic-variation)
- [gnomAD v4: Behind the scenes (2023)](https://www.youtube.com/watch?v=my98du_c_7U&list=PLEEE2A91B09B77B4A&index=28)
",
}
}
Expand Down

0 comments on commit 6201fa7

Please sign in to comment.