Class: Bio::HMMER::HMMER3::Hit

Inherits:
Object
  • Object
show all
Defined in:
lib/bio/appl/hmmer/hmmer3/tabular_report.rb

Overview

class Report

Direct Known Subclasses

PerDomainHit, PerSequenceHit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHit

Returns a new instance of Hit.

Raises:

  • (NotImplementedError)


71
72
73
74
75
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 71

def initialize
  # This is an abstract class. Prevents 'new' being called on this class
  # and force implementation of 'initialize' in inheriting classes.
  raise NotImplementedError
end

Instance Attribute Details

#full_sequence_biasObject (readonly)

Returns the value of attribute full_sequence_bias.



83
84
85
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 83

def full_sequence_bias
  @full_sequence_bias
end

#full_sequence_e_valueObject (readonly)

Returns the value of attribute full_sequence_e_value.



81
82
83
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 81

def full_sequence_e_value
  @full_sequence_e_value
end

#full_sequence_scoreObject (readonly)

Returns the value of attribute full_sequence_score.



82
83
84
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 82

def full_sequence_score
  @full_sequence_score
end

#query_accessionObject (readonly)

Returns the value of attribute query_accession.



80
81
82
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 80

def query_accession
  @query_accession
end

#query_nameObject (readonly)

Returns the value of attribute query_name.



79
80
81
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 79

def query_name
  @query_name
end

#target_accessionObject (readonly)

Returns the value of attribute target_accession.



77
78
79
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 77

def target_accession
  @target_accession
end

#target_descriptionObject (readonly)

Returns the value of attribute target_description.



78
79
80
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 78

def target_description
  @target_description
end

#target_nameObject (readonly)

Returns the value of attribute target_name.



76
77
78
# File 'lib/bio/appl/hmmer/hmmer3/tabular_report.rb', line 76

def target_name
  @target_name
end