7f5a39fa7ecbf668c7ec0cc077dc7b7821fae06c
max
  Thu May 11 15:27:16 2017 -0700
adding .as files for interactions tracks, refs #13634

diff --git src/hg/lib/ggEvent.as src/hg/lib/ggEvent.as
new file mode 100644
index 0000000..e88e4a8
--- /dev/null
+++ src/hg/lib/ggEvent.as
@@ -0,0 +1,10 @@
+table ggLink
+" hgcGeneGraph links between genes and enough info to draw a graph"
+    (
+    string gene1 index;       "Gene pair, symbol1 (first in alphabet)"
+    string gene2;       "Gene pair, symbol2 (second in alphabet)"
+    string linkTypes;   "comma-sep list of pwy (=pathway),ppi (=ppi-db), text. If ppi or pwy: low if low-throughput assay"
+    string pairCount;    "strengh in gene1->gene2 direction, usually number of documents"
+    string oppCount;    "strengh in gene2->gene1 direction, usually number of documents"
+    string snippet;     "if linkType 'text': selected sentence from text-mined results"
+    )