multi_pval2z | R Documentation |
Convert multiple columns (from a table-like object) of p-values from two-sided tests to Z-scores.
multi_pval2z(tab, prefix.v = NULL, p.suffix = "p", direction.suffix = "logFC")
tab |
Table of output from |
prefix.v |
A vector of prefixes that prefix |
p.suffix |
The suffix of p-value columns, i.e. the character string after the period "." |
direction.suffix |
The suffix of direction columns such as log fold-change, regression slope, correlation coefficient, or the "Up/Down" values |
P-values of zero are changed to half the lowest non-zero p-value and p-values of one are analogously changed, as p-values of zero or one would yield infinite z-scores.
Matrix of Z-scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.