Class: FastqAssessment::ReadPositionStats
- Inherits:
-
Struct
- Object
- Struct
- FastqAssessment::ReadPositionStats
- Defined in:
- lib/fastq_assessment.rb
Instance Attribute Summary collapse
-
#first_quartile ⇒ Object
Returns the value of attribute first_quartile.
-
#mean_quality ⇒ Object
Returns the value of attribute mean_quality.
-
#median_quality ⇒ Object
Returns the value of attribute median_quality.
-
#third_quartile ⇒ Object
Returns the value of attribute third_quartile.
Instance Attribute Details
#first_quartile ⇒ Object
Returns the value of attribute first_quartile
4 5 6 |
# File 'lib/fastq_assessment.rb', line 4 def first_quartile @first_quartile end |
#mean_quality ⇒ Object
Returns the value of attribute mean_quality
4 5 6 |
# File 'lib/fastq_assessment.rb', line 4 def mean_quality @mean_quality end |
#median_quality ⇒ Object
Returns the value of attribute median_quality
4 5 6 |
# File 'lib/fastq_assessment.rb', line 4 def median_quality @median_quality end |
#third_quartile ⇒ Object
Returns the value of attribute third_quartile
4 5 6 |
# File 'lib/fastq_assessment.rb', line 4 def third_quartile @third_quartile end |