Antonie
Public Member Functions | Public Attributes
FastQRead Struct Reference

Represents a FastQRead. Can be reversed or not. More...

#include <fastq.hh>

List of all members.

Public Member Functions

 FastQRead ()
bool exceedsQuality (unsigned int)
std::string getSangerQualityString () const
void reverse ()

Public Attributes

std::string d_nucleotides
std::string d_quality
std::string d_header
bool reversed
uint64_t position
 Position in the source file. The 64 bits may encode the file too, it is not a number for the end user to use. Feed it to a FastQReader.

Detailed Description

Represents a FastQRead. Can be reversed or not.


Constructor & Destructor Documentation

FastQRead::FastQRead ( ) [inline]

Member Function Documentation

bool FastQRead::exceedsQuality ( unsigned  int)
std::string FastQRead::getSangerQualityString ( ) const

Member Data Documentation

std::string FastQRead::d_header
std::string FastQRead::d_quality

Position in the source file. The 64 bits may encode the file too, it is not a number for the end user to use. Feed it to a FastQReader.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines