e6ce584ef5bca10103384aa3d7e8d28592410da8 chinhli Wed Nov 9 11:54:35 2011 -0800 add lincRNAsCTTemp.as for two extra field description. diff --git src/hg/lib/lincRNAsCTTemp.as src/hg/lib/lincRNAsCTTemp.as new file mode 100644 index 0000000..d602770 --- /dev/null +++ src/hg/lib/lincRNAsCTTemp.as @@ -0,0 +1,11 @@ +table lincRNAsCTTemp +"lincRNA reads expression table by cell type" + ( + string chrom; "Human chromosome or FPC contig" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + uint score; "Score from 0-1000" + float rawScore; "Raw Signal Score" + float log2RawScore; "log2 of raw score" + )