- 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 );
+
}
- or download this
# - - - calculate_aggr_infos.pm
...
return $hash_aggr_infos;
} # - - - end sub calculate_aggr_infos_for_experiment()
- or download this
# in the same file and package as before
...
} # end while (DATA)
} # - - - end sub calculate_aggr_infos_with_readers()