Spec Bed5Record
BedRecord with 5 fields.

Extends Bed4Record
All Extended Bed3Record, Bed4Record, BedRecord
All Subcl's Bed6Record
Defined in <seqan/bed_io.h>
Signature template <> class BedRecord<Bed5>;

Member Function Overview

Member Functions Inherited From BedRecord

Interface Function Overview

Interface Functions Inherited From BedRecord

Member Variable Overview

Member Variables Inherited From Bed4Record

Member Variables Inherited From BedRecord

Detailed Description

This BedRecord specialization stores the first five fields (ref, beginPos, endPos, name, score) of a BED file.

Member Variables Detail

CharString Bed5Record::score

The score of the interval (stored as CharString to allow more flexible annotation).

Remarks

Storing the score as a CharString is provided for compatibility with bedtools.