Method 
base_printer 
 
Classpackage  
G::Seq::Consensus; 
 
 
Function 
Prints the result of base_counter 
 
 
Description 
 
Outputs the returned result of base_counter. 
This method can not be used for other returns. 
 
Requirements 
modules   
SubOpt.pm 
&base_counter 
 
applications 
none 
 
data 
none 
 
Parameters 
essential 
first    hash    base_counter_result   struct of base counter   
 
option 
output    string  [stdout or f]     default=stdout  
filename  string  file_name         default=consensus.csv  
 
Returns 
none 
 
Usage 
&base_printer(hash base_counter_result, -output=>'stdout',  
 
-filename=>'consensus.csv'); 
 
Input file  
csv file in text format 
 
Output file  
cvs file in text format 
 
References 
none  
 
Comments 
none 
 
Authors 
This method was written by Koya Mori(mory@g-language.org) at Institute for  
 
Advanced Biosciences Keio Univ.  
 
 
History 
Written 23 June   2001 - Koya Mori