Class: FastqAssessment::FastqStats
- Inherits:
-
Struct
- Object
- Struct
- FastqAssessment::FastqStats
- Defined in:
- lib/fastq_assessment.rb
Instance Attribute Summary collapse
-
#mean_quality ⇒ Object
Returns the value of attribute mean_quality.
-
#percentage_compared_to_raw ⇒ Object
Returns the value of attribute percentage_compared_to_raw.
-
#position_where_quality_lt_20 ⇒ Object
Returns the value of attribute position_where_quality_lt_20.
-
#read_position_stats ⇒ Object
Returns the value of attribute read_position_stats.
Instance Attribute Details
#mean_quality ⇒ Object
Returns the value of attribute mean_quality
3 4 5 |
# File 'lib/fastq_assessment.rb', line 3 def mean_quality @mean_quality end |
#percentage_compared_to_raw ⇒ Object
Returns the value of attribute percentage_compared_to_raw
3 4 5 |
# File 'lib/fastq_assessment.rb', line 3 def percentage_compared_to_raw @percentage_compared_to_raw end |
#position_where_quality_lt_20 ⇒ Object
Returns the value of attribute position_where_quality_lt_20
3 4 5 |
# File 'lib/fastq_assessment.rb', line 3 def position_where_quality_lt_20 @position_where_quality_lt_20 end |
#read_position_stats ⇒ Object
Returns the value of attribute read_position_stats
3 4 5 |
# File 'lib/fastq_assessment.rb', line 3 def read_position_stats @read_position_stats end |