Help for this page

Select Code to Download


  1. or download this
    # - - - process_bio_data_in_directory.pl
    
    ...
        my $hash_aggr_infos = calculate_aggr_info_for_experiment($experime
    +nt);
        process_global_results_with( $hash_aggr_infos, \%global_results );
    + 
    }
    
  2. or download this
    # - - - calculate_aggr_infos.pm
    
    ...
        return $hash_aggr_infos;
    
    } # - - - end sub calculate_aggr_infos_for_experiment()
    
  3. or download this
    # in the same file and package as before
    
    ...
        } # end while (DATA)    
    
    } # - - - end sub calculate_aggr_infos_with_readers()