class Bio::PAML::Common::Report
UNDER CONSTRUCTION.
Bio::PAML::Common::Report
is a basic report class for PAML
program’s results. It will have common function for baseml and codeml.
Normally, users should not use this class directly.
Public Class Methods
new(str)
click to toggle source
Creates a new Report
object.
# File lib/bio/appl/paml/common_report.rb 33 def initialize(str) 34 end