Computes p-values for two sets of counts using the Poisson Margin Test.
1 | pmt(a, b)
|
a |
Vector of counts |
b |
Vector of counts |
two.sided |
If false tests the one-sided hypothesis that b > a. NA will be returned for indices which are untestable. |
signed |
Set sign of returned log10 p-values to direction of change when doing a two-sided test. Return value will be positive for b > a and negative for a > b. This function computes the Poisson Margin Test (PMT) for two sets of counts. A vector of log10 p-values is returned, corresponding to the input vectors. Kowalczyk, A., Bed<c5><91>, J., Conway, T., Beresford-Smith, B., 2011. The Poisson margin test for normalization-free significance analysis of NGS data. Journal of Computational Biology 18, 391<e2><80><93>400. doi:10.1089/cmb.2010.0272 Justin Bed<c5><91> NGS Poisson |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.