cc724e307e7912fb03517c142e28d7bc2723f5e4 angie Fri Nov 16 16:25:12 2012 -0800 Track #9401 (DGV update): loaded Nov. '12 data. diff --git src/hg/lib/dgv.as src/hg/lib/dgv.as index 544b7e2..05b11d0 100644 --- src/hg/lib/dgv.as +++ src/hg/lib/dgv.as @@ -1,19 +1,19 @@ table dgv "Database of Genomic Variants" ( 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" char[1] strand; "+ or -" uint thickStart; "Same as chromStart (placeholder for BED 9+ format)" uint thickEnd; "Same as chromEnd (placeholder for BED 9+ format)" uint itemRgb; "Item R,G,B color." - string landmark; "Genomic marker near the variation locus" + lstring landmark; "Genomic marker near the variation locus" string varType; "Type of variation" string reference; "Literature reference for the study that included this variant" uint pubMedId; "For linking to pubMed abstract of reference" - string method; "Brief description of method/platform" + lstring method; "Brief description of method/platform" lstring sample; "Description of sample population for the study" )