|
| 1 | +import React from 'react' |
| 2 | +import styled from 'styled-components' |
| 3 | +import { ExternalLink, ListItem, OrderedList, PageHeading } from '@gnomad/ui' |
| 4 | +import { PaperCitation } from './PublicationsPage' |
| 5 | + |
| 6 | +// @ts-expect-error |
| 7 | +import exac_frequencies_bar_graph from '../about/acofone/exac_frequencies.png' |
| 8 | +// @ts-expect-error |
| 9 | +import gnomad_v4_frequencies_bar_graph from '../about/acofone/gnomad_v4_frequencies.png' |
| 10 | +// @ts-expect-error |
| 11 | +import gnomad_v4_sv_figures from '../about/acofone/gnomad_v4_sv_figures.png' |
| 12 | + |
| 13 | +// @ts-expect-error |
| 14 | +import acOfOnePartOne from '../about/acofone/ac-of-one-part-one.md' |
| 15 | +// @ts-expect-error |
| 16 | +import acOfOnePartTwo from '../about/acofone/ac-of-one-part-two.md' |
| 17 | +// @ts-expect-error |
| 18 | +import acOfOnePartThree from '../about/acofone/ac-of-one-part-three.md' |
| 19 | + |
| 20 | +import DocumentTitle from './DocumentTitle' |
| 21 | +import InfoPage from './InfoPage' |
| 22 | +import MarkdownContent from './MarkdownContent' |
| 23 | + |
| 24 | +const Centered = styled.div` |
| 25 | + display: flex; |
| 26 | + justify-content: space-around; |
| 27 | +
|
| 28 | + @media (max-width: 992px) { |
| 29 | + display: block; |
| 30 | + } |
| 31 | +` |
| 32 | + |
| 33 | +const ResponsiveHalfWidthColumn = styled.div` |
| 34 | + width: 50%; |
| 35 | +
|
| 36 | + @media (max-width: 992px) { |
| 37 | + width: 100%; |
| 38 | + } |
| 39 | +` |
| 40 | + |
| 41 | +const MarginTop = styled.div` |
| 42 | + margin-top: 6rem; |
| 43 | +` |
| 44 | + |
| 45 | +const AcOfOnePage = () => { |
| 46 | + return ( |
| 47 | + <InfoPage> |
| 48 | + <DocumentTitle title="AC=1" /> |
| 49 | + <PageHeading |
| 50 | + // @ts-expect-error |
| 51 | + id="ac-one" |
| 52 | + > |
| 53 | + Arguments Supporting Public Release of Low Frequency Allele Count Summary Statistics |
| 54 | + </PageHeading> |
| 55 | + |
| 56 | + <MarkdownContent dangerouslySetInnerHTML={{ __html: acOfOnePartOne.html }} /> |
| 57 | + |
| 58 | + <Centered> |
| 59 | + <ResponsiveHalfWidthColumn> |
| 60 | + <MarginTop> |
| 61 | + <img |
| 62 | + src={exac_frequencies_bar_graph} |
| 63 | + alt="Bar graph of ExAC frequencies" |
| 64 | + width="400px" |
| 65 | + /> |
| 66 | + </MarginTop> |
| 67 | + </ResponsiveHalfWidthColumn> |
| 68 | + |
| 69 | + <ResponsiveHalfWidthColumn> |
| 70 | + <img |
| 71 | + src={gnomad_v4_frequencies_bar_graph} |
| 72 | + alt="Bar graph of gnomAD v4 frequencies" |
| 73 | + width="400px" |
| 74 | + /> |
| 75 | + </ResponsiveHalfWidthColumn> |
| 76 | + </Centered> |
| 77 | + |
| 78 | + <MarkdownContent dangerouslySetInnerHTML={{ __html: acOfOnePartTwo.html }} /> |
| 79 | + |
| 80 | + <Centered> |
| 81 | + <img src={gnomad_v4_sv_figures} alt="image4" width="650px" /> |
| 82 | + </Centered> |
| 83 | + |
| 84 | + <MarkdownContent dangerouslySetInnerHTML={{ __html: acOfOnePartThree.html }} /> |
| 85 | + |
| 86 | + <h2>References</h2> |
| 87 | + {/* @ts-expect-error */} |
| 88 | + <OrderedList> |
| 89 | + <PaperCitation |
| 90 | + authorList="Lek, M., Karczewski, K., Minikel, E." |
| 91 | + etAl |
| 92 | + title="Analysis of protein-coding genetic variation in 60,706 humans." |
| 93 | + journal="Nature" |
| 94 | + issue="536" |
| 95 | + pages="285-291" |
| 96 | + year="2016" |
| 97 | + doiLink="https://doi.org/10.1038/nature19057" |
| 98 | + /> |
| 99 | + |
| 100 | + <PaperCitation |
| 101 | + authorList="Collins, R. L., Brand, H., Karczewski, K. J." |
| 102 | + etAl |
| 103 | + title="A structural variation reference for medical and population genetics." |
| 104 | + journal="Nature" |
| 105 | + issue="581" |
| 106 | + pages="444-451" |
| 107 | + year="2020" |
| 108 | + doiLink="https://doi.org/10.1038/s41586-020-2287-8" |
| 109 | + /> |
| 110 | + |
| 111 | + {/* @ts-expect-error */} |
| 112 | + <ListItem> |
| 113 | + <ExternalLink href="https://databrowser.researchallofus.org/snvsindels"> |
| 114 | + https://databrowser.researchallofus.org/snvsindels |
| 115 | + </ExternalLink> |
| 116 | + </ListItem> |
| 117 | + |
| 118 | + {/* @ts-expect-error */} |
| 119 | + <ListItem> |
| 120 | + <ExternalLink href="https://genebass.org">https://genebass.org</ExternalLink> |
| 121 | + </ListItem> |
| 122 | + |
| 123 | + {/* TODO: FIX THIS ONE */} |
| 124 | + <PaperCitation |
| 125 | + authorList="Azzariti, D. R., Riggs, E. R., Niehaus, A., Rodriguez, L. L., Ramos, E. M., Kattman, B., Landrum, M. J., Martin, C. L., & Rehm, H. L." |
| 126 | + title="Points to consider for sharing variant-level information from clinical genetic testing with ClinVar." |
| 127 | + journal="Cold Spring Harbor molecular case studies" |
| 128 | + issue="4(1)" |
| 129 | + year="2018" |
| 130 | + doiLink="https://doi.org/10.1101/mcs.a002345" |
| 131 | + /> |
| 132 | + |
| 133 | + <PaperCitation |
| 134 | + authorList="Wright, C. F., Ware, J. S., Lucassen, A. M., Hall, A., Middleton, A., Rahman, N., Ellard, S., & Firth, H. V." |
| 135 | + title="Genomic variant sharing: a position statement." |
| 136 | + journal="Wellcome open research" |
| 137 | + issue="4" |
| 138 | + pages="22" |
| 139 | + year="2019" |
| 140 | + doiLink="https://doi.org/10.12688/wellcomeopenres.15090.2" |
| 141 | + /> |
| 142 | + |
| 143 | + <PaperCitation |
| 144 | + authorList="Shringarpure, S. S., Bustamante, C. D." |
| 145 | + title="Privacy risks from genomic data-sharing beacons." |
| 146 | + journal="American Journal of Human Genetics." |
| 147 | + issue="97" |
| 148 | + pages="631-646" |
| 149 | + year="2015" |
| 150 | + doiLink="10.1016/j.ajhg.2015.09.010" |
| 151 | + /> |
| 152 | + |
| 153 | + <PaperCitation |
| 154 | + authorList="Ayoz K., Aysen M., Ayday E., Cicek A. E." |
| 155 | + title="The effect of kinship in re-identification attacks against genomic data sharing beacons." |
| 156 | + journal="Bioinformatics" |
| 157 | + issue="36" |
| 158 | + year="2020" |
| 159 | + doiLink="https://doi.org/10.1093/bioinformatics/btaa821" |
| 160 | + /> |
| 161 | + |
| 162 | + <PaperCitation |
| 163 | + authorList="Erlich Y., Narayanan A." |
| 164 | + title="Routes for breaching and protecting genetic privacy." |
| 165 | + journal="Nature Reviews Genetics" |
| 166 | + issue="15(6)" |
| 167 | + pages="409-421" |
| 168 | + year="2014" |
| 169 | + doiLink="https://doi.org/10.1038/nrg3723" |
| 170 | + /> |
| 171 | + |
| 172 | + <PaperCitation |
| 173 | + authorList="Wan Z." |
| 174 | + etAl |
| 175 | + title="Using game theory to thwart multistage privacy intrusions when sharing data." |
| 176 | + journal="Science Advances" |
| 177 | + issue="7(50)" |
| 178 | + year="2021" |
| 179 | + doiLink="https://doi.org/10.1126/sciadv.abe9986" |
| 180 | + /> |
| 181 | + |
| 182 | + {/* @ts-expect-error */} |
| 183 | + <ListItem> |
| 184 | + <ExternalLink href="https://www.ncbi.nlm.nih.gov/clinvar/"> |
| 185 | + https://www.ncbi.nlm.nih.gov/clinvar/ |
| 186 | + </ExternalLink> |
| 187 | + </ListItem> |
| 188 | + </OrderedList> |
| 189 | + </InfoPage> |
| 190 | + ) |
| 191 | +} |
| 192 | + |
| 193 | +export default AcOfOnePage |
0 commit comments