src/hg/lib/pgPolyphenPred.as 1.1
1.1 2010/03/08 17:45:40 giardine
Adding phenotype tables for pgSnp track hgc clicks
Index: src/hg/lib/pgPolyphenPred.as
===================================================================
RCS file: src/hg/lib/pgPolyphenPred.as
diff -N src/hg/lib/pgPolyphenPred.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/pgPolyphenPred.as 8 Mar 2010 17:45:40 -0000 1.1
@@ -0,0 +1,11 @@
+table pgPolyphenPred
+"polyphen predictions for pgSnp tracks"
+ (
+ string chrom; "Chromosome"
+ uint chromStart; "Start position in chrom"
+ uint chromEnd; "End position in chrom"
+ string prediction; "polyphens prediction, damaging, benign,..."
+ string basedOn; "prediction basis"
+ string geneName; "gene name"
+ string aaChange; "amino acid change"
+ )