From a1a394a72cb0eccd8996418cb4e1643ea6adbc77 Mon Sep 17 00:00:00 2001 From: cricketsloan Date: Thu, 4 Dec 2014 11:45:44 -0800 Subject: [PATCH] Update enhancer.as Further clarification in the .as file. --- data/enhancer.as | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/enhancer.as b/data/enhancer.as index f2dfea1..41089aa 100644 --- a/data/enhancer.as +++ b/data/enhancer.as @@ -4,11 +4,11 @@ table enhancerAssay string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" -string name; "Name of enhancer" -uint score; "Score" -char[1] strand; "+ or - for strand" -uint thickStart; "Start of where display should be thick (start codon)" -uint thickEnd; "End of where display should be thick (stop codon)" +string name; "Number of enhancer at the Vista Browser" +uint score; "Score 1 or 1000 for positive and 0 for negative" +char[1] strand; "+ or - for strand or . for unknown" +uint thickStart; "Start of where display should be thick (same as chromStart)" +uint thickEnd; "End of where display should be thick (same as chromEnd)" uint reserved; "Color value 0,0,255 for positive and 255,0,0 for negative" string evidence; "Validation of enhancer format: body part [#/#]
body part [#/#]" )