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/barChartGeneExpr.as src/hg/lib/barChartGeneExpr.as new file mode 100644 index 0000000..e6ce550 --- /dev/null +++ src/hg/lib/barChartGeneExpr.as @@ -0,0 +1,15 @@ +table barChartGeneExpr +"BED6+5 barChart format, with name, name2 identifying gene name and accession" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Accession" + uint score; "Score from 0-1000, typically derived from total of median value from all tissues" + char[1] strand; "+ or - for strand. Use . if not applicable" + string name2; "HUGO gene name" + uint expCount; "Number of tissues" + float[expCount] expScores; "Comma separated list of median expression values per tissue" + 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" + )