View Source Bio.QualityScore (bio_elixir v0.3.0)
A struct representing the quality score of a FASTQ file.
%QualityScore{
scoring_characters: binary(),
scores: [integer()],
label: binary(),
encoding: Bio.IO.FastQ.quality_encoding()
}
A struct representing the quality score of a FASTQ file.
%QualityScore{
scoring_characters: binary(),
scores: [integer()],
label: binary(),
encoding: Bio.IO.FastQ.quality_encoding()
}