The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MyBioinfo::Math - Math routines used for bioinformatics.

SYNOPSIS

  use MyBioinfo::Common qw( gtest_gof chisqtest_gof );

  gtest_gof
  chisqtest_gof

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

  None.

SEE ALSO

  MyBioinfo::Common

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2012 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.