Spec Bed12Record
BedRecord with 12 fields.

Extends BedRecord
All Extended BedRecord
All Impl'd AssignableConcept, CopyConstructibleConcept, DefaultConstructibleConcept, FormattedFileRecordConcept
Defined in <seqan/bed_io.h>
Signature template <> class BedRecord<Bed12>;

Member Function Overview

Member Functions Inherited From BedRecord

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From BedRecord

Interface Functions Inherited From AssignableConcept

Member Variable Overview

Member Variables Inherited From BedRecord

Detailed Description

This BedRecord specialization stores all fields of a BED file.

Member Variables Detail

TIntString Bed12Record::blockBegins

The begin positions of the blocks (AllocString of int32_t).

int32_t Bed12Record::blockCount

The number of blocks.

TIntString Bed12Record::blockSizes

The sizes of the blocks (AllocString of int32_t).

int32_t Bed12Record::itemRgb

RGB color of item (BedRgb).

int32_t Bed12Record::thickBegin

The begin position of thick drawing.

int32_t Bed12Record::thickEnd

The end position of thick drawing.