ba22bbbe65670b6378e16e7d60a214102e600a8f
kate
  Thu Jun 30 19:10:06 2016 -0700
Initial load of GTEx ASE data from NY Genome Center (Analysis group lab)

diff --git src/hg/lib/gtexAse.as src/hg/lib/gtexAse.as
new file mode 100644
index 0000000..a034280
--- /dev/null
+++ src/hg/lib/gtexAse.as
@@ -0,0 +1,16 @@
+table gtexAse
+"BED9+ with additional fields for ASE, coverage, and sample count
+    (
+    string chrom;       "Reference sequence chromosome or scaffold"
+    uint   chromStart;  "Start position in chromosome"
+    uint   chromEnd;    "End position in chromosome"
+    string name;        "SNP Id"
+    uint   score;       "Score from 0-1000; derived from median ASE level"
+    char[1] strand;     "n/a"
+    uint thickStart;    "n/a"
+    uint thickEnd;      "n/a"
+    uint rgb;           "Color by ASE value"
+    float ASE;          "Allelic imbalance (0-.5)"
+    float coverage;     "RNA-seq reads overlapping this position"
+    uint samples;       "Sample count"
+    )