f0629a14aa9fc291af54385b5d2b960e0f785f9f max Thu May 11 16:05:55 2017 -0700 adding two more .as files, refs #13634 diff --git src/hg/lib/ggGeneClass.as src/hg/lib/ggGeneClass.as new file mode 100644 index 0000000..7c7d9e6 --- /dev/null +++ src/hg/lib/ggGeneClass.as @@ -0,0 +1,6 @@ +table ggGeneClass +" assignment of gene symbols to HPRD/Panther protein classes " +( + string gene; "Gene symbol" + string text; "Protein class" +)