Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 3212d41

Browse files
committed
2 parents 7c295a4 + 6e07272 commit 3212d41

File tree

6 files changed

+99
-77
lines changed

6 files changed

+99
-77
lines changed

grails-app/conf/Config.groovy

+60-59
Original file line numberDiff line numberDiff line change
@@ -599,65 +599,66 @@ grails.plugin.springsecurity.authority.className = 'org.broadinstitute.mpg.peopl
599599
portal.type.override = "t2d" // options are "t2d", "stroke", "mi", "ibd", "epilepsy", or "sleep". What is the portal type for all nonsystem users?
600600

601601

602-
portal.data.versionDesignator = [ new PortalVersionBean("t2d", // label for this portal type
603-
"T2D", // displayable label for this portal type
604-
"mdv43", // the MDV number for this portal
605-
"T2DKP", // name of KB data we want
606-
"T2D", // the default phenotype for this portal
607-
"ExSeq_19k_mdv28", // default data set. Used rarely.
608-
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
609-
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
602+
portal.data.versionDesignator = [ new PortalVersionBean
603+
("t2d", // label for this portal type
604+
"T2D", // displayable label for this portal type
605+
"mdv43", // the MDV number for this portal
606+
"T2DKP", // name of KB data we want
607+
"T2D", // the default phenotype for this portal
608+
"ExSeq_19k_mdv28", // default data set. Used rarely.
609+
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
610+
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
610611
["Islets","Liver","SkeletalMuscle","Adipose"], // tissues to display beneath a LocusZoom plot -- use these for the DCC
611-
// ["islet of Langerhans","liver","adipocyte"], // tissues to display beneath a LocusZoom plot -- use these for UCSD
612-
["GLYCEMIC", "ANTHROPOMETRIC", "RENAL", "HEPATIC", "LIPIDS", "CARDIOVASCULAR", "BLOOD PRESSURE"], // most important phenotype group name
613-
[], // any data sets that should be omitted from LZ display
614-
"[3]", // the assays we should search
615-
"ExSeq_13k_mdv23",
616-
"images/t2d/front_T2DKP_logo_2019.svg",
617-
"portal.header.tagline",
618-
"portal.header.title.short",
619-
["English", "Spanish"],
620-
["SLC30A8"],
621-
["rs13266634"],
622-
["chr9:21,940,000-22,190,000"],
623-
"images/t2d/T2DKP_bg_2019.png",
624-
"pheno.help.text",
625-
"images/t2d/header_T2DKP_logo.svg",
626-
"images/menu_bg_2017_5.png",
627-
"true",
628-
"gene.genePage.warning",
629-
"",
630-
'5010306206573083521',
631-
'http://raremetal.type2diabeteskb.org/aggregation/covariance',//URL for UMich aggregation tests
632-
'http://raremetal.type2diabeteskb.org/aggregation/metadata',//URL for metadata needed by aggregation tests
633-
1, // expose the common variant tab have on the gene page
634-
1, // expose the high-impact variant tab on the gene page
635-
1, // do we have parent level associations to show
636-
1, // Do we have gene level associations to show?
637-
1, // add a link to the GRS module into the headers. Note that the GRS module is available whether or not the link is in place
638-
1, // no longer used?
639-
0, // if true then entering a gene takes you to a region page around that chain
640-
1, // show the pheWAS plot
641-
1, // show the forest pheWAS plot
642-
1, // should we show the variant Association section on the variant info page
643-
0, // expose the green boxes on the variant info page
644-
0, // expose a secondary table and the credible set page built around genes, not just variants
645-
0, // clicking on a variant can take you to the variant info page, or else to a range page (as in V2F)
646-
1, // utilize bi-allelic gate, as opposed to the version that depends on multi-allelic definitions
647-
0, // access UC San Diego data remotely? I'm not sure if this works anymore
648-
0, // LEDGE tab on the gene page
649-
0, // Hi-C tab on the gene page
650-
1, // expose dynamic UI
651-
0, // expose the data set hierarchy in the sunburst visualization on the data page
652-
0, // expose the old school variant and association table. Potentially useful for debugging
653-
0, // expose the IGV interface in its own accordion section
654-
0, // expose an accordion section with the burden test on the gene page
655-
0, // expose the 'genes in region' tab on the gene page
656-
0, // expose the region adjuster for the gene page
657-
0, // expose the gene table on the dynamic UI
658-
0, // expose the variant table on the dynamic UI
659-
1 // expose the effector gene table
660-
),
612+
// ["islet of Langerhans","liver","adipocyte"], // tissues to display beneath a LocusZoom plot -- use these for UCSD
613+
["GLYCEMIC", "ANTHROPOMETRIC", "RENAL", "HEPATIC", "LIPIDS", "CARDIOVASCULAR", "BLOOD PRESSURE"], // most important phenotype group name
614+
[], // any data sets that should be omitted from LZ display
615+
"[3]", // the assays we should search
616+
"ExSeq_13k_mdv23",
617+
"images/t2d/front_T2DKP_logo_2019.svg",
618+
"portal.header.tagline",
619+
"portal.header.title.short",
620+
["English", "Spanish"],
621+
["SLC30A8"],
622+
["rs13266634"],
623+
["chr9:21,940,000-22,190,000"],
624+
"images/t2d/T2DKP_bg_2019.png",
625+
"pheno.help.text",
626+
"images/t2d/header_T2DKP_logo.svg",
627+
"images/menu_bg_2017_5.png",
628+
"true",
629+
"gene.genePage.warning",
630+
"",
631+
'5010306206573083521',
632+
'http://raremetal.type2diabeteskb.org/aggregation/covariance',//URL for UMich aggregation tests
633+
'http://raremetal.type2diabeteskb.org/aggregation/metadata',//URL for metadata needed by aggregation tests
634+
1, // expose the common variant tab have on the gene page
635+
1, // expose the high-impact variant tab on the gene page
636+
1, // do we have parent level associations to show
637+
1, // Do we have gene level associations to show?
638+
1, // add a link to the GRS module into the headers. Note that the GRS module is available whether or not the link is in place
639+
1, // no longer used?
640+
0, // if true then entering a gene takes you to a region page around that chain
641+
1, // show the pheWAS plot
642+
1, // show the forest pheWAS plot
643+
1, // should we show the variant Association section on the variant info page
644+
0, // expose the green boxes on the variant info page
645+
0, // expose a secondary table and the credible set page built around genes, not just variants
646+
0, // clicking on a variant can take you to the variant info page, or else to a range page (as in V2F)
647+
1, // utilize bi-allelic gate, as opposed to the version that depends on multi-allelic definitions
648+
0, // access UC San Diego data remotely? I'm not sure if this works anymore
649+
0, // LEDGE tab on the gene page
650+
0, // Hi-C tab on the gene page
651+
1, // expose dynamic UI
652+
0, // expose the data set hierarchy in the sunburst visualization on the data page
653+
0, // expose the old school variant and association table. Potentially useful for debugging
654+
0, // expose the IGV interface in its own accordion section
655+
0, // expose an accordion section with the burden test on the gene page
656+
0, // expose the 'genes in region' tab on the gene page
657+
0, // expose the region adjuster for the gene page
658+
0, // expose the gene table on the dynamic UI
659+
0, // expose the variant table on the dynamic UI
660+
1 // expose the effector gene table
661+
),
661662
new PortalVersionBean("stroke",
662663
"Stroke",
663664
"mdv76",
@@ -997,7 +998,7 @@ portal.data.versionDesignator = [ new PortalVersionBean("t2d", // label for
997998
"GWAS_UKBiobankGEFOS_eu_mdv140",// used to pick a default data set for a gene query
998999
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
9991000
["8_Genic_enhancer","9_Active_enhancer_1","10_Active_enhancer_2","11_Weak_enhancer"],
1000-
["SkeletalMuscle", "HSMM", "hASC-t1", "hASC-t2", "hASC-t3", "hASC-t4"],
1001+
["Osteoblast_DNase","Osteoblast_ATAC-seq"],
10011002
["MUSCULOSKELETAL", "ANTHROPOMETRIC"], // most important phenotype group name
10021003
[],
10031004
"[3]",

grails-app/controllers/org/broadinstitute/mpg/RegionInfoController.groovy

+3-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,9 @@ class RegionInfoController {
520520
[value: 28, name:"RectalSmoothMuscle",description:"rectal smooth muscle"],
521521
[value: 29, name:"SkeletalMuscle",description:"skeletal muscle"],
522522
[value: 30, name:"StomachSmoothMuscle",description:"stomach smooth muscle"],
523-
[value: 31, name:"SubstantiaNigra",description:"brain substantia nigra"]
523+
[value: 31, name:"SubstantiaNigra",description:"brain substantia nigra"],
524+
[value: 31, name:"Osteoblast_DNase",description:"Osteoblast_DNase"],
525+
[value: 32, name:"Osteoblast_ATAC-seq ",description:"Osteoblast_ATAC-seq "],
524526
]
525527
ArrayList annotationInformation = [
526528
[annotationID: 1, value: 'coding', name: "Coding", description: "coding", type: "BINARY", sort_order: 1, group: "annotation" ],

grails-app/i18n/metadata.properties

+14-9
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,8 @@ metadata.T2D_crd=T2D credible sets
866866
metadata.BEST_VARIANT=Best variant
867867
metadata.CADD_RAW=CADD score
868868
metadata.CADD_PHRED=Phred-scaled CADD score
869+
metadata.Osteoblast_DNase=osteoblast DNase hypersensitivity
870+
metadata.Osteoblast_ATAC-seq=osteoblast ATAC-seq
869871

870872
#GTex tissues
871873

@@ -3108,7 +3110,7 @@ metadata.GWAS_MAGIC-Metabochip_eu_mdv76=MAGIC Metabochip GWAS
31083110
metadata.GWAS_MAGIC_eu_mdv76=MAGIC GWAS
31093111
metadata.GWAS_MTAGICH_eu_mdv76=Cerebral Small Vessel Disease Multi-Trait Analysis of GWAS
31103112
metadata.GWAS_ISGC_eu_mdv76=Cerebral WMHV GWAS 2019
3111-
3113+
metadata.GWAS_GiantUKBB_eu_mdv76=GIANT UK Biobank GWAS
31123114

31133115
#mdv80
31143116

@@ -3622,14 +3624,15 @@ metadata.GWAS_MAGIC-Metabochip_eu_mdv111=MAGIC Metabochip GWAS
36223624
#mdv112
36233625

36243626
metadata.GWAS_CARDIoGRAM_mdv112=CARDIoGRAMplusC4D GWAS
3625-
metadata.GWAS_CKDGenConsortium_mdv112=CKDGen GWAS
3626-
metadata.GWAS_CKDGenConsortium-UACR_mdv112=CKDGen GWAS - stratified UACR associations
3627-
metadata.GWAS_CKDGenConsortium-UACR_DM_mdv112=CKDGen GWAS: individuals with T2D
3628-
metadata.GWAS_CKDGenConsortium-UACR_nonDM_mdv112=CKDGen GWAS: individuals without T2D
3629-
metadata.GWAS_CKDGenConsortium-eGFRcrea_mdv112=CKDGen GWAS - stratified serum creatinine associations
3630-
metadata.GWAS_CKDGenConsortium-eGFRcrea_aa_mdv112=CKDGen GWAS: African Americans
3631-
metadata.GWAS_CKDGenConsortium-eGFRcrea_nonDM_mdv112=CKDGen GWAS: individuals without T2D
3632-
metadata.GWAS_CKDGenConsortium-eGFRcrea_DM_mdv112=CKDGen GWAS: individuals with T2D
3627+
metadata.GWAS_CKDGenConsortium_mdv112=CKDGen 1000G GWAS
3628+
3629+
metadata.GWAS_CKDGenConsortium-UACR_mdv112=CKDGen 1000G GWAS - stratified UACR associations
3630+
metadata.GWAS_CKDGenConsortium-UACR_DM_mdv112=CKDGen 1000G GWAS: individuals with T2D
3631+
metadata.GWAS_CKDGenConsortium-UACR_nonDM_mdv112=CKDGen 1000G GWAS: individuals without T2D
3632+
metadata.GWAS_CKDGenConsortium-eGFRcrea_mdv112=CKDGen 1000G GWAS - stratified serum creatinine associations
3633+
metadata.GWAS_CKDGenConsortium-eGFRcrea_aa_mdv112=CKDGen 1000G GWAS: African Americans
3634+
metadata.GWAS_CKDGenConsortium-eGFRcrea_nonDM_mdv112=CKDGen 1000G GWAS: individuals without T2D
3635+
metadata.GWAS_CKDGenConsortium-eGFRcrea_DM_mdv112=CKDGen 1000G GWAS: individuals with T2D
36333636
metadata.GWAS_DIAGRAM_mdv112=DIAGRAM Transethnic meta-analysis
36343637
metadata.GWAS_DIAGRAM_eu_mdv112=DIAGRAM GWAS + MetaboChip
36353638
metadata.GWAS_DIAGRAM_eu_females_mdv112=DIAGRAM GWAS + MetaboChip: females
@@ -3698,6 +3701,7 @@ metadata.GWAS_UKBB_mdv112=UK Biobank Sleep Traits GWAS: Self-report
36983701
metadata.GWAS_UKBB_eu_mdv112=UK Biobank Sleep Traits GWAS: Self-report
36993702
metadata.GWAS_DIAGRAMimputed_mdv112=DIAGRAM 1000G GWAS
37003703
metadata.GWAS_GiantUKBB_mdv112=GIANT UK Biobank GWAS
3704+
metadata.GWAS_GiantUKBB_eu_mdv112=GIANT UK Biobank GWAS
37013705
metadata.GWAS_BFpercent_mdv112=Body fat percentage GWAS
37023706
metadata.GWAS_EGGC_mdv112=Early Growth Genetics Consortium GWAS
37033707
metadata.GWAS_HRgene_mdv112=Heart rate GWAS
@@ -3836,6 +3840,7 @@ metadata.GWAS_GIANT-PA_men_mdv140=GIANT GWAS: men, active + inactive individuals
38363840
metadata.GWAS_GIANT-PA_men_eu_mdv140=GIANT GWAS: men, Europeans, active + inactive individuals
38373841
metadata.GWAS_GIANT-PA_women_mdv140=GIANT GWAS: women, active + inactive individuals
38383842
metadata.GWAS_GIANT-PA_women_eu_mdv140=GIANT GWAS: women, Europeans, active + inactive individuals
3843+
metadata.GWAS_GiantUKBB_eu_mdv140=GIANT UK Biobank GWAS
38393844
metadata.GWAS_GLGC_mdv140=GLGC GWAS
38403845
metadata.GWAS_MAGIC_Metabochip_mdv140=MAGIC Metabochip
38413846
metadata.GWAS_PGC_mdv140=PGC GWAS

grails-app/services/org/broadinstitute/mpg/WidgetService.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,8 @@ public Map convertParametersToUsableFormat(def params){
18501850
beanList << new PhenotypeBean(key:"SkeletalMuscle", name:"SkeletalMuscle",description:"skeletal muscle", dataType:"tissue", suitableForDefaultDisplay: true)
18511851
beanList << new PhenotypeBean(key:"StomachSmoothMuscle", name:"StomachSmoothMuscle",description:"stomach smooth muscle", dataType:"tissue", suitableForDefaultDisplay: true)
18521852
beanList << new PhenotypeBean(key:"SubstantiaNigra", name:"SubstantiaNigra",description:"brain substantia nigra", dataType:"tissue", suitableForDefaultDisplay: true)
1853+
beanList << new PhenotypeBean(key:"Osteoblast_DNase ", name:"Osteoblast_DNase ",description:"Osteoblast_DNase ", dataType:"tissue", suitableForDefaultDisplay: true)
1854+
beanList << new PhenotypeBean(key:"Osteoblast_ATAC-seq", name:"Osteoblast_ATAC-seq",description:"Osteoblast_ATAC-seq", dataType:"tissue", suitableForDefaultDisplay: true)
18531855
// beanList << new PhenotypeBean(key:"Islet1", name:"Islet1",description:"pancreatic islets 1", dataType:"tissue", assayId:4, suitableForDefaultDisplay: true)
18541856
// beanList << new PhenotypeBean(key:"Islet2", name:"Islet2",description:"pancreatic islets 2", dataType:"tissue", assayId:4, suitableForDefaultDisplay: true)
18551857
// beanList << new PhenotypeBean(key:"SkeletalMuscle", name:"SkeletalMuscle",description:"skeletal muscle", dataType:"tissue", assayId:4, suitableForDefaultDisplay: true)

0 commit comments

Comments
 (0)