Class BlastRecord
A record of blast-matches (belonging to one query).

Implements FormattedFileRecordConcept
All Impl'd AssignableConcept, CopyConstructibleConcept, DefaultConstructibleConcept, FormattedFileRecordConcept
Defined in <seqan/blast.h>
Signature struct BlastRecord<TMatch> { ... };

Template Parameters

TMatch Specialization of BlastMatch

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From AssignableConcept

Member Typedef Overview

Member Variable Overview

Member Functions Detail

BlastRecord::BlastRecord() BlastRecord::BlastRecord(qid)

constructor, can be passed the qId

Data Races

Thread safety unknown!

Member Typedef Detail

typedef TBlastMatch_ TBlastMatch;

type of the contained matches

Member Variables Detail

std::list<TBlastMatch> BlastRecord::matches

list of the contained matches

TQId BlastRecord::qId

verbose Id of the query

TPos BlastRecord::qLength

length of the query sequence