Class: Aws::Omics::Types::SequenceInformation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Details about a sequence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alignmentString

The sequence’s alignment setting.

Returns:

  • (String)


5270
5271
5272
5273
5274
5275
5276
5277
# File 'lib/aws-sdk-omics/types.rb', line 5270

class SequenceInformation < Struct.new(
  :total_read_count,
  :total_base_count,
  :generated_from,
  :alignment)
  SENSITIVE = []
  include Aws::Structure
end

#generated_fromString

Where the sequence originated.

Returns:

  • (String)


5270
5271
5272
5273
5274
5275
5276
5277
# File 'lib/aws-sdk-omics/types.rb', line 5270

class SequenceInformation < Struct.new(
  :total_read_count,
  :total_base_count,
  :generated_from,
  :alignment)
  SENSITIVE = []
  include Aws::Structure
end

#total_base_countInteger

The sequence’s total base count.

Returns:

  • (Integer)


5270
5271
5272
5273
5274
5275
5276
5277
# File 'lib/aws-sdk-omics/types.rb', line 5270

class SequenceInformation < Struct.new(
  :total_read_count,
  :total_base_count,
  :generated_from,
  :alignment)
  SENSITIVE = []
  include Aws::Structure
end

#total_read_countInteger

The sequence’s total read count.

Returns:

  • (Integer)


5270
5271
5272
5273
5274
5275
5276
5277
# File 'lib/aws-sdk-omics/types.rb', line 5270

class SequenceInformation < Struct.new(
  :total_read_count,
  :total_base_count,
  :generated_from,
  :alignment)
  SENSITIVE = []
  include Aws::Structure
end