efbc896ec61ccbd94910a56f5baae6d35f93cd19 lrnassar Wed Dec 20 10:40:28 2023 -0800 Staging QA Ready the dosage sensitivity track from Collins et al 2022 for hg38 and hg19. Refs #31991 diff --git src/hg/lib/dosageSensitivityHaplo.as src/hg/lib/dosageSensitivityHaplo.as new file mode 100644 index 0000000..a8362f6 --- /dev/null +++ src/hg/lib/dosageSensitivityHaplo.as @@ -0,0 +1,15 @@ +table dosageSensitivityHaplo +"Haploinsufficiency probability scores from Colins et al 2022" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chrom" + uint chromEnd; "End position in chrom" + string name; "Reference SNP identifier" + uint score; "Not used" + char[1] strand; "Which DNA strand contains the observed alleles" + uint thickStart; "Same as chromStart" + uint thickEnd; "Same as chromEnd" + uint itemRgb; "RGB corresponding to evidence classification" + string ensGene; "Ensembl gene ID" + string pHaplo; "Probability score for haploinsufficiency" + )