class Bio::HMMER::HMMER3::Hit
Attributes
full_sequence_bias[R]
full_sequence_e_value[R]
full_sequence_score[R]
query_accession[R]
query_name[R]
target_accession[R]
target_description[R]
target_name[R]
Public Class Methods
new()
click to toggle source
# 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