A class to parse the output from Mast
WARNING: Currently support is only for -hit_list (machine readable) format
HTML (default) output is not supported
Iterates each motif (Bio::Meme::Motif)
# File lib/bio/appl/meme/mast/report.rb, line 45 def each @motifs.each do |motif| yield motif end end
Generated with the Darkfish Rdoc Generator 2.