Method 
over_lapping_printer 
 
Class 
G::Seq::OverLapping; 
 
 
Function 
prints the result of over_lapping_finder.pl 
 
Description 
By given the returned valud of over_lapping_finder, this method 
outputs the results. 
 
Requirements 
modules   
SubOpt.pm 
 
applications 
none 
 
data 
none 
 
Parameters 
essential 
 
first     pointer   over_lapping_finder    struct of over_lappint_finder 
second    boolean   debug                  debug option 
 
 
option 
output    string?  [stdout or f]    default=stdout 
filename  string  file_name         default=over_lapping.csv 
 
 
Returns 
none 
 
Usage 
&over_lapping_printer(pointer over_lapping_finder,  -output=>'hoge',  
-filename='over_lapping.csv');); 
 
Input file  
none 
 
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 22 July  2001 - Koya Mori