Class: Bioinform::PPM

Inherits:
PM show all
Defined in:
lib/bioinform/data_models/ppm.rb

Instance Attribute Summary

Attributes inherited from PM

#matrix, #parameters

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_ppmObject



6
7
8
# File 'lib/bioinform/data_models/ppm.rb', line 6

def to_ppm
  self
end