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

diff --git src/hg/lib/ggEventDb.as src/hg/lib/ggEventDb.as
new file mode 100644
index 0000000..9cd3d3d
--- /dev/null
+++ src/hg/lib/ggEventDb.as
@@ -0,0 +1,17 @@
+table ggLinkEventDb
+" hgcGeneGraph details of database curated interactions; a cause gene influences a theme gene "
+    (
+    string eventId;       "ID of interaction description"
+    string causeType;       "type of cause of interaction, values: complex, gene or family"
+    string causeName;       "name of cause, as used in database"
+    lstring causeGenes;       "gene symbols of cause, comma-separated list"
+    string themeType;       "type of theme of interaction, values: complex, gene or family. If empty: the interaction is a purified complex, with the members in the causeGenes field."
+    string themeName;       "name of theme, as used in database"
+    lstring themeGenes;       "gene symbols of theme, |-separated list"
+    string relType;       "type of relation between cause and theme"
+    string relSubtype;       "subtype of relation, if provided"
+    string sourceDb;       "source database"
+    lstring sourceId;       "identifier in source database for HTML links"
+    string sourceDesc;       "description of interaction in source database (e.g. pathway name)"
+    lstring docIds;       "list of supporting documents, numbers are PMIDs"
+    )