91d315a30eaf630a5b92ac4c7c525676cde96248 kate Wed Aug 30 15:28:03 2017 -0700 Reorg TCGA gene expression tracks as a composite. refs #19155 diff --git src/hg/lib/barChartGeneExp.as src/hg/lib/barChartGeneExp.as deleted file mode 100644 index d1b4fa1..0000000 --- src/hg/lib/barChartGeneExp.as +++ /dev/null @@ -1,15 +0,0 @@ -table barChartGeneExp -"BED6+5 with additional fields for category count and median values, and sample matrix fields" - ( - string chrom; "Reference sequence chromosome or scaffold" - uint chromStart; "Start position in chromosome" - uint chromEnd; "End position in chromosome" - string name; "Gene identifier" - uint score; "Score from 0-1000, typically derived from total of median value from all categories" - char[1] strand; "+ or - for strand. Use . if not applicable" - string name2; "Hugo gene name" - uint expCount; "Number of categories" - float[expCount] expScores; "Comma separated list of category values" - bigint _dataOffset; "Offset of sample data in data matrix file, for boxplot on details page" - int _dataLen; "Length of sample data row in data matrix file" - )