Class: MiseqRunStats::AssemblySampleStats
- Inherits:
-
Struct
- Object
- Struct
- MiseqRunStats::AssemblySampleStats
- Defined in:
- lib/miseq_run_stats.rb
Instance Attribute Summary collapse
-
#fastq_stats ⇒ Object
Returns the value of attribute fastq_stats.
-
#mean_contig_size ⇒ Object
Returns the value of attribute mean_contig_size.
-
#n50 ⇒ Object
Returns the value of attribute n50.
-
#number_of_bases ⇒ Object
Returns the value of attribute number_of_bases.
-
#number_of_clusters ⇒ Object
Returns the value of attribute number_of_clusters.
-
#number_of_contigs ⇒ Object
Returns the value of attribute number_of_contigs.
-
#sample_name ⇒ Object
Returns the value of attribute sample_name.
Instance Attribute Details
#fastq_stats ⇒ Object
Returns the value of attribute fastq_stats
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def fastq_stats @fastq_stats end |
#mean_contig_size ⇒ Object
Returns the value of attribute mean_contig_size
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def mean_contig_size @mean_contig_size end |
#n50 ⇒ Object
Returns the value of attribute n50
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def n50 @n50 end |
#number_of_bases ⇒ Object
Returns the value of attribute number_of_bases
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def number_of_bases @number_of_bases end |
#number_of_clusters ⇒ Object
Returns the value of attribute number_of_clusters
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def number_of_clusters @number_of_clusters end |
#number_of_contigs ⇒ Object
Returns the value of attribute number_of_contigs
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def number_of_contigs @number_of_contigs end |
#sample_name ⇒ Object
Returns the value of attribute sample_name
6 7 8 |
# File 'lib/miseq_run_stats.rb', line 6 def sample_name @sample_name end |