NAME

MyBioinfo::Common - Commonly used Perl subroutines for my bioinformatics work.

SYNOPSIS

use MyBioinfo::Common;

nb_stat
fold_change
chi_stat
readnamelist
readnamewithinfolist
array2hash
max
min
sum
mean
median
log2
read_norm2
rescale_norm_max
rescale_norm_sum1
is_all_zero
fprecision
read_cutoff

DESCRIPTION

Just some small functions that I found to be useful for my bioinformatics
work but could not find in Perl release. I put them here whenever I thought
about sth. It's just a start...

EXPORT

fold_change
chi_stat
readnamelist
readnamewithinfolist
array2hash
max
min
sum
mean
median
log2
read_norm2
rescale_norm_max
rescale_norm_sum1
is_all_zero
fprecision

SEE ALSO

Nothing else.

AUTHOR

Li Shen, <li.shen@mssm.edu>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Li Shen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.0 or, at your option, any later version of Perl 5 you may have available.