appendZScore | R Documentation |
Append zscores to dgeTable
appendZScore(dgeTable)
dgeTable |
A |
A new data.frame
with one new column, zScore
, containing the z-score transformed from p-values. If that column exists, it will be rewritten.
The function is similar to appendPseudoT
, with the difference that the Gaussian distribution is used instead of the t-distribution. This solution
delivers less extreme values, because t-distribution is heavy-tailed. It allows comparison between studies of different sample sizes.
appendPseudoT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.