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::NBTest - methods to perform negative binomial tests.

SYNOPSIS

  use MyBioinfo::NBTest;

  my $pval = &nb_pval($ka, $kb, $mu1, $var1, $mu2, $var2, $eps);  # NB-test p-value.

DESCRIPTION

  Perform NB test between two groups of counts.

EXPORT

  nb_pval

SEE ALSO

MyBioinfo::Common MyBioinfo::Math

AUTHOR

Li Shen, <shenli.sam@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010-2013 by Li Shen

diffReps goes under GNU GPL v3: http://www.gnu.org/licenses/gpl.html