Microarray track: Difference between revisions
From genomewiki
Jump to navigationJump to search
mNo edit summary |
|||
Line 24: | Line 24: | ||
==Example== | ==Example== | ||
==Microarray Custom Tracks== | ==Microarray Custom Tracks== | ||
The microarray custom track format is similar to a normal BED custom track format with the addition of some parameters to the "track" header. | |||
[[Category:Technical FAQ]] | [[Category:Technical FAQ]] |
Revision as of 18:04, 20 September 2006
This document attempts to explain the microarray tracks on the browser in pretty extensive detail. The gene sorter has a somewhat different strategy for microarrays.
Database Representation
At the most basic level, the data for set of microarrays is stored in two tables:
- A bed 15 table, containing both the probe information and the experimental data. The first 12 fields of this table are normal bed fields (excluding the bin field). These mainly describe the positioning of a gene or whatever item. Fields 10-12 deal with exons. Microarray tracks may have exons, but usually the convention is to set the blockCount=1, blockStarts=0, and blockSize=chromEnd-chromStart... i.e pretending there's only one exon.
- chrom
- chromStart
- chromEnd
- name
- score
- strand
- reserved/itemRGB
- thickStart
- thickEnd
- blockCount
- blockSizes
- blockStarts
- expCount
- expIds
- expScores
- An expRecord table containing details concerning each of the experiments outlined in the bed 15 table.
trackDb Settings
Example
Microarray Custom Tracks
The microarray custom track format is similar to a normal BED custom track format with the addition of some parameters to the "track" header.