Class: FastqAssessment::FastqStats

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

Instance Attribute Summary collapse

Instance Attribute Details

#mean_qualityObject

Returns the value of attribute mean_quality

Returns:

  • (Object)

    the current value of mean_quality



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

def mean_quality
  @mean_quality
end

#percentage_compared_to_rawObject

Returns the value of attribute percentage_compared_to_raw

Returns:

  • (Object)

    the current value of 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_20Object

Returns the value of attribute position_where_quality_lt_20

Returns:

  • (Object)

    the current value of 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_statsObject

Returns the value of attribute read_position_stats

Returns:

  • (Object)

    the current value of read_position_stats



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

def read_position_stats
  @read_position_stats
end