1084bf14211e7e4ace072d7a213672f3a8f98be1 kate Fri Jul 24 17:30:21 2015 -0700 Scale wrt all genes, not just those in window. We now save the max tissue median score in the gtexInfo table. refs #15645 diff --git src/hg/lib/gtexInfo.as src/hg/lib/gtexInfo.as new file mode 100644 index 0000000..857b36f --- /dev/null +++ src/hg/lib/gtexInfo.as @@ -0,0 +1,7 @@ +table gtexInfo +"GTEx general information" +( + string version; "GTEX data release (e.g. V4, V6)" + string releaseDate; "Release date" + double maxMedianScore; "Maximum score observed for a tissue median (use to scale display)" +)