9a7166e85eed31008c9235b2d219c5705f6613f6 max Mon May 23 08:16:52 2022 -0700 adding revel subtrack for locations where the scores differ, refs #29475 diff --git src/hg/makeDb/revel/revel.as src/hg/makeDb/revel/revel.as new file mode 100644 index 0000000..e31e559 --- /dev/null +++ src/hg/makeDb/revel/revel.as @@ -0,0 +1,14 @@ +table bed6 +"Browser extensible data" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + uint score; "Score from 0-1000 (might not be applicable)" + char[1] strand; "+, - or . for unknown" + uint thickStart; "Start of where display should be thick" + uint thickEnd; "End of where display should be thick" + lstring transcriptId; "Transcript IDs for the score" + string revelScore; "Revel score for mutation on transcripts above" + )