|
|
|
| Description |
| Model the BED format, according to the spec at
http:genome.ucsc.eduFAQFAQformat#format1
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| The BED data type Note that the specification allows a variable number of fields, with
only the three first required. This definition requires all fields to be present.
| | Constructors | | BED | | | chrom :: ByteString | | | chromStart :: Offset | | | chromEnd :: Offset | | | name :: ByteString | | | score :: Int | Range 0..1000
| | strand :: Dir | | | thickStart :: Offset | | | thickEnd :: Offset | | | itemRGB :: (Word8, Word8, Word8) | Available BED files appear to not
support this format. RGB is therefore
ignored (read and written as '0')
| | blockSizeStart :: [(Offset, Offset)] | Lists of lenght blockCount, blockStarts
are relative to chromStart
|
|
| Instances | |
|
|
|
| Yet another direction data structure.
| | Constructors | | Instances | |
|
|
|
|
|
|
| Produced by Haddock version 2.6.1 |