a80b1e18948fdd1bccec83660a5ca3db9628f95a jcasper Thu Mar 18 23:10:50 2021 -0700 Supporting files and makedoc update for DECIPHER haploinsufficiency, refs #25707 diff --git src/hg/lib/haploinsufficiency.as src/hg/lib/haploinsufficiency.as new file mode 100644 index 0000000..e9164cc --- /dev/null +++ src/hg/lib/haploinsufficiency.as @@ -0,0 +1,15 @@ +table haploinsufficiency +"Haploinsufficiency data in BED 9+2 format." + ( + string chrom; "Chromosome (or contig, scaffold, etc.)" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick (start codon)" + uint thickEnd; "End of where display should be thick (stop codon)" + uint itemRgb; "RGB value for color of item" + string quantile; "Alpha-upper quantile of the predicted score (%HI)" + float prediction; "Predicted score for haploinsufficiency of the item" + )