Microarray track: Difference between revisions
From genomewiki
Jump to navigationJump to search
(Doc on microarray tracks.) |
No edit summary |
||
Line 25: | Line 25: | ||
==Example== | ==Example== | ||
==Microarray Custom Tracks== | ==Microarray Custom Tracks== | ||
[[Category:Technical FAQ]] |
Revision as of 23:28, 14 August 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.