Home     Genomes     Genome Browser     Blat     Tables     PCR     Session    FAQ     Help  
  Schema for Quality Scores - Cow Sequencing Quality Scores
  Database: bosTau4    Primary Table: quality    Row Count: 2,855,674
Format description: Wiggle track values to display as y-values (first 6 fields are bed6)
fieldexampleSQL type description
bin 585smallint unsigned Indexing field to speed chromosome range queries.
chrom chr1varchar(255) Reference sequence chromosome or scaffold
chromStart 0int unsigned Start position in chromosome
chromEnd 1024int unsigned End position in chromosome
name chr1.86443varchar(255) Name of item
span 1int unsigned each value spans this many bases
count 1024int unsigned number of values in this block
offset 88516663int unsigned offset in File to fetch data
file /gbdb/bosTau4/wib/qual.wibvarchar(255) path name to data file, one byte per value
lowerLimit 0double lowest data value in this block
dataRange 62double lowerLimit + dataRange = upperLimit
validCount 1024int unsigned number of valid data values in this block
sumData 39136double sum of the data points, for average and stddev calc
sumSquares 1808900double sum of data points squared, for stddev calc

  Sample Rows
 
binchromchromStartchromEndnamespancountoffsetfilelowerLimitdataRangevalidCountsumDatasumSquares
585chr101024chr1.864431102488516663/gbdb/bosTau4/wib/qual.wib0621024391361808900
585chr110242048chr1.864441102488517687/gbdb/bosTau4/wib/qual.wib39511024706175098200
585chr120483072chr1.864451102488518711/gbdb/bosTau4/wib/qual.wib10801024676924581910
585chr130724096chr1.864461102488519735/gbdb/bosTau4/wib/qual.wib0721024295571760820
585chr140965120chr1.864471102488520759/gbdb/bosTau4/wib/qual.wib54181024729485200370
585chr151206144chr1.864481102488521783/gbdb/bosTau4/wib/qual.wib56161024717865039920
585chr161447168chr1.864491102488522807/gbdb/bosTau4/wib/qual.wib57331024870447472890
585chr171688192chr1.864501102488523831/gbdb/bosTau4/wib/qual.wib9001024921608294400
585chr181929216chr1.864511102488524855/gbdb/bosTau4/wib/qual.wib64261024914168173420
585chr1921610240chr1.864521102488525879/gbdb/bosTau4/wib/qual.wib9001024921608294400

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.


  Quality Scores (quality) Track Description
 

Description

The Quality Scores track shows the sequencing quality score (range: 0 to 99) of each base in the assembly. The height at each position of the track indicates the quality of the base. When zoomed out to a large range, the heights reflect the averaged scores. Scores of 40 or higher reflect high confidence in the sequence (with an error rate of less than 1/10,000); scores of 20 or higher reflect reasonable confidence (of working draft quality).

This track may be configured in a variety of ways to highlight different aspects of the displayed information. Click the Graph configuration help link for an explanation of the configuration options.

Credits

The quality scores were provided as part of the cow assembly. The database representation and graphical display code were written by Hiram Clawson.