src/hg/lib/pgSiftPred.as 1.1

1.1 2010/03/08 17:45:40 giardine
Adding phenotype tables for pgSnp track hgc clicks
Index: src/hg/lib/pgSiftPred.as
===================================================================
RCS file: src/hg/lib/pgSiftPred.as
diff -N src/hg/lib/pgSiftPred.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/pgSiftPred.as	8 Mar 2010 17:45:40 -0000	1.1
@@ -0,0 +1,15 @@
+table pgSiftPred
+"sift predictions for pgSnp tracks"
+    (
+    string  chrom;          "Chromosome"
+    uint    chromStart;     "Start position in chrom"
+    uint    chromEnd;       "End position in chrom"
+    string  prediction;     "sifts prediction, damaging, tolerated,..."
+    string  geneId;	    "gene ID, Ensembl"
+    string  geneName;	    "gene name"
+    lstring geneDesc;	    "gene description"
+    lstring protFamDesc;    "protein family description"
+    string  omimDisease;    "OMIM disease"
+    string  aveAlleleFreq;  "Average allele frequencies"
+    string  ceuAlleleFreq;  "Caucasian allele frequencies"
+    )