Class: Bio::Fastq::FormatData::FASTQ_ILLUMINA

Inherits:
Bio::Fastq::FormatData show all
Includes:
Sequence::QualityScore::Phred, Singleton
Defined in:
lib/bio/db/fastq.rb

Overview

Format information for “fastq-illumina” Bio::Fastq internal use only.

Constant Summary collapse

NAME =

format name

'fastq-illumina'.freeze
OFFSET =

offset

64
SCORE_RANGE =

score range

0..62

Instance Attribute Summary

Attributes inherited from Bio::Fastq::FormatData

#name, #offset, #quality_score_type, #score_range, #symbol

Method Summary

Methods included from Sequence::QualityScore::Phred

convert_scores_to_solexa, p2q, #phred_p2q, #phred_q2p, q2p, #quality_score_type

Methods included from Sequence::QualityScore::Converter

#convert_nothing, #convert_scores_from_phred_to_solexa, #convert_scores_from_solexa_to_phred

Methods inherited from Bio::Fastq::FormatData

#initialize, #scores2str, #str2scores

Constructor Details

This class inherits a constructor from Bio::Fastq::FormatData