Class: Bio::Fastq::FormatData::FASTQ_SANGER
- Inherits:
-
Bio::Fastq::FormatData
- Object
- Bio::Fastq::FormatData
- Bio::Fastq::FormatData::FASTQ_SANGER
- Includes:
- Sequence::QualityScore::Phred, Singleton
- Defined in:
- lib/bio/db/fastq.rb
Overview
Format information for “fastq-sanger”. Bio::Fastq internal use only.
Constant Summary collapse
- NAME =
format name
'fastq-sanger'.freeze
- OFFSET =
offset
33
- SCORE_RANGE =
score range
0..93
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