Class: MiseqRunStats::ResequencingSampleStats
- Inherits:
-
Struct
- Object
- Struct
- MiseqRunStats::ResequencingSampleStats
- Defined in:
- lib/miseq_run_stats.rb
Instance Attribute Summary collapse
-
#coverage ⇒ Object
Returns the value of attribute coverage.
-
#fastq_stats ⇒ Object
Returns the value of attribute fastq_stats.
-
#number_of_clusters ⇒ Object
Returns the value of attribute number_of_clusters.
-
#number_of_forward_reads_aligned ⇒ Object
Returns the value of attribute number_of_forward_reads_aligned.
-
#number_of_reverse_reads_aligned ⇒ Object
Returns the value of attribute number_of_reverse_reads_aligned.
-
#number_of_snps ⇒ Object
Returns the value of attribute number_of_snps.
-
#sample_name ⇒ Object
Returns the value of attribute sample_name.
Instance Attribute Details
#coverage ⇒ Object
Returns the value of attribute coverage
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def coverage @coverage end |
#fastq_stats ⇒ Object
Returns the value of attribute fastq_stats
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def fastq_stats @fastq_stats end |
#number_of_clusters ⇒ Object
Returns the value of attribute number_of_clusters
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def number_of_clusters @number_of_clusters end |
#number_of_forward_reads_aligned ⇒ Object
Returns the value of attribute number_of_forward_reads_aligned
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def number_of_forward_reads_aligned @number_of_forward_reads_aligned end |
#number_of_reverse_reads_aligned ⇒ Object
Returns the value of attribute number_of_reverse_reads_aligned
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def number_of_reverse_reads_aligned @number_of_reverse_reads_aligned end |
#number_of_snps ⇒ Object
Returns the value of attribute number_of_snps
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def number_of_snps @number_of_snps end |
#sample_name ⇒ Object
Returns the value of attribute sample_name
4 5 6 |
# File 'lib/miseq_run_stats.rb', line 4 def sample_name @sample_name end |