8661e8f2fc9a3dd45c75a4efe96c2cfa8676c958
ceisenhart
  Fri Aug 25 11:50:08 2017 -0700
Documentation for the COSMIC track update, refs #19932

diff --git src/hg/lib/refSeqFuncElems.as src/hg/lib/refSeqFuncElems.as
new file mode 100644
index 0000000..57934b6
--- /dev/null
+++ src/hg/lib/refSeqFuncElems.as
@@ -0,0 +1,19 @@
+table refSeqFuncElems
+"Bed 6+ representation of the refSeq functional elements."
+    (
+    string chrom;          "Reference sequence chromosome or scaffold"
+    uint   chromStart;     "Start position in chromosome"
+    uint   chromEnd;       "End position in chromosome"
+    string name;           "Numeric ID of the gene" 
+    uint   score;          "unused; placeholder for BED format"
+    char[1] strand;        "+ for forward strand, - for reverse strand"
+    uint   thickStart;     "Start position in chromosome"
+    uint   thickEnd;       "End position in chromosome"
+    string soTerm;         "Sequence ontology (SO) term"
+    lstring note;          "A note describing the element"
+    lstring pubMedIds;     "PubMed ID (PMID) of associated publication(s)"
+    lstring experiment;    "Experimental evidence"
+    lstring function;      "Predicted function"
+    string annotationID;   "Annotation release"
+    lstring _mouseOver;    "Mouse over label"
+    )