e5d963606c378c0f08cb946c3a9393847dd6ce22
kate
  Wed Oct 7 15:23:41 2020 -0700
Add bigBed to GeneReviews to support mouseOver with diseases. refs #19841

diff --git src/hg/utils/otto/geneReviews/geneReviews.as src/hg/utils/otto/geneReviews/geneReviews.as
new file mode 100644
index 0000000..a0532d0
--- /dev/null
+++ src/hg/utils/otto/geneReviews/geneReviews.as
@@ -0,0 +1,15 @@
+table geneReviews
+"GeneReviews gene location and diseases.  BED 9+2.
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Gene symbol"
+    uint   score;      "Score from 0-1000"
+    char[1] strand;    "."
+    uint thickStart;   "Start position"
+    uint thickEnd;     "End position"
+    uint reserved;     "Used as itemRgb as of 2004-11-22"
+    uint diseaseCount; "Count of related diseases"
+    string diseases;  "List of related diseases (semi-colon separated), for display"
+    )