Class: Aws::Omics::Types::SequenceInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SequenceInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a sequence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alignment ⇒ String
The sequence’s alignment setting.
-
#generated_from ⇒ String
Where the sequence originated.
-
#total_base_count ⇒ Integer
The sequence’s total base count.
-
#total_read_count ⇒ Integer
The sequence’s total read count.
Instance Attribute Details
#alignment ⇒ String
The sequence’s alignment setting.
5728 5729 5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-omics/types.rb', line 5728 class SequenceInformation < Struct.new( :total_read_count, :total_base_count, :generated_from, :alignment) SENSITIVE = [] include Aws::Structure end |
#generated_from ⇒ String
Where the sequence originated.
5728 5729 5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-omics/types.rb', line 5728 class SequenceInformation < Struct.new( :total_read_count, :total_base_count, :generated_from, :alignment) SENSITIVE = [] include Aws::Structure end |
#total_base_count ⇒ Integer
The sequence’s total base count.
5728 5729 5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-omics/types.rb', line 5728 class SequenceInformation < Struct.new( :total_read_count, :total_base_count, :generated_from, :alignment) SENSITIVE = [] include Aws::Structure end |
#total_read_count ⇒ Integer
The sequence’s total read count.
5728 5729 5730 5731 5732 5733 5734 5735 |
# File 'lib/aws-sdk-omics/types.rb', line 5728 class SequenceInformation < Struct.new( :total_read_count, :total_base_count, :generated_from, :alignment) SENSITIVE = [] include Aws::Structure end |