Class: FastqAssessment::ReadPositionStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/fastq_assessment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_quartileObject

Returns the value of attribute first_quartile

Returns:

  • (Object)

    the current value of first_quartile



4
5
6
# File 'lib/fastq_assessment.rb', line 4

def first_quartile
  @first_quartile
end

#mean_qualityObject

Returns the value of attribute mean_quality

Returns:

  • (Object)

    the current value of mean_quality



4
5
6
# File 'lib/fastq_assessment.rb', line 4

def mean_quality
  @mean_quality
end

#median_qualityObject

Returns the value of attribute median_quality

Returns:

  • (Object)

    the current value of median_quality



4
5
6
# File 'lib/fastq_assessment.rb', line 4

def median_quality
  @median_quality
end

#third_quartileObject

Returns the value of attribute third_quartile

Returns:

  • (Object)

    the current value of third_quartile



4
5
6
# File 'lib/fastq_assessment.rb', line 4

def third_quartile
  @third_quartile
end