field | example | SQL type | description |
bin | 585 | smallint(5) unsigned | Indexing field to speed chromosome range queries. |
chrom | scaffold_0.1-13376 | varchar(255) | Reference sequence chromosome or scaffold |
chromStart | 0 | int(10) unsigned | Start position in chromosome |
chromEnd | 5120 | int(10) unsigned | End position in chromosome |
name | scaffold_0.1-13376.0 | varchar(255) | Name of item |
span | 5 | int(10) unsigned | each value spans this many bases |
count | 1024 | int(10) unsigned | number of values in this block |
offset | 0 | int(10) unsigned | offset in File to fetch data |
file | /gbdb/tupBel1/wib/gc5Base.wib | varchar(255) | path name to data file, one byte per value |
lowerLimit | 0 | double | lowest data value in this block |
dataRange | 100 | double | lowerLimit + dataRange = upperLimit |
validCount | 865 | int(10) unsigned | number of valid data values in this block |
sumData | 32730 | double | sum of the data points, for average and stddev calc |
sumSquares | 1639300 | double | sum of data points squared, for stddev calc |