File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed
packages/sections/src/evidence/GeneBurden Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change 11import { Link } from "ui" ;
22
3- function Description ( { symbol, diseaseName, data } ) {
4- // construct direct link to AZ PhwWAS Portal if any row is from there
5- const { releaseVersion, targetFromSourceId } =
6- data ?. disease ?. geneBurdenSummary ?. rows ?. find ( row => {
7- return row . projectId === "AstraZeneca PheWAS Portal" ;
8- } ) ?? { } ;
9- const azLink =
10- releaseVersion && targetFromSourceId
11- ? `https://azphewas.com/geneView/${ releaseVersion } /${ targetFromSourceId } `
12- : "https://azphewas.com" ;
13-
3+ function Description ( { symbol, diseaseName } ) {
144 return (
155 < >
166 Gene burden analysis prioritising < strong > { symbol } </ strong > as likely causal gene for{ " " }
177 < strong > { diseaseName } </ strong > . Source:{ " " }
18- < Link external to = { azLink } >
19- AstraZeneca PheWAS Portal
20- </ Link >
21- ,{ " " }
22- < Link external to = "https://app.genebass.org" >
23- Genebass
24- </ Link >
25- ,{ " " }
26- < Link external to = "https://www.finngen.fi/en" >
27- FinnGen
8+ < Link to = "https://platform-docs.opentargets.org/evidence#gene-burden" external >
9+ Open Targets
2810 </ Link >
29- .
3011 </ >
3112 ) ;
3213}
3314
34- export default Description ;
15+ export default Description ;
You can’t perform that action at this time.
0 commit comments