Class: Bioinform::PPM
Instance Attribute Summary
Attributes inherited from PM
Instance Method Summary collapse
Methods inherited from PM
#==, #as_pcm, #as_ppm, #as_pwm, choose_parser, #discrete, #discrete!, #dup, #each_position, #initialize, #left_augment, #left_augment!, #length, #pretty_string, #probability, #reverse_complement, #reverse_complement!, #right_augment, #right_augment!, split_on_motifs, #to_hash, #to_s, #valid?, valid_matrix?, #vocabulary_volume, zero_column
Methods included from Parameters
#get_parameters, included, #parameter_defined?, #parameters, #set_parameters
Constructor Details
This class inherits a constructor from Bioinform::PM
Instance Method Details
#to_ppm ⇒ Object
6 7 8 |
# File 'lib/bioinform/data_models/ppm.rb', line 6 def to_ppm self end |