src/utils/bedToBigBed/itemRgb.as 1.1
1.1 2009/06/18 17:42:07 hiram
Adding an itemRgb test example
Index: src/utils/bedToBigBed/itemRgb.as
===================================================================
RCS file: src/utils/bedToBigBed/itemRgb.as
diff -N src/utils/bedToBigBed/itemRgb.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/utils/bedToBigBed/itemRgb.as 18 Jun 2009 17:42:07 -0000 1.1
@@ -0,0 +1,13 @@
+table bed
+"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"
+ char[1] strand; "+ or -"
+ uint thickStart; "Start of where display should be thick (start codon)"
+ uint thickEnd; "End of where display should be thick (stop codon)"
+ string itemRgb; "Used as itemRgb as of 2004-11-22"
+ )