zscore_prod | R Documentation |
Z-score products of a two column matrix where larger scores in the same or opposite direction.
zscore_prod(
mat,
nsim = 1e+07 - 2,
direction = c("both", "same", "opposite"),
use.logspline = FALSE,
reorder.rows = TRUE,
prefix = NULL,
seed = 100
)
mat |
Numeric matrix with two columns holding statistics per comparison & rows are analytes. |
nsim |
Numeric number of simulations. |
direction |
Character, either "same", "opposite", or default "both" |
use.logspline |
Logical, whether use logspline appoximation |
reorder.rows |
Logical, should rows be reordered by p-value? |
prefix |
Character string to add to beginning of column names. |
seed |
Random seed. |
Data frame with statistics from Z-score products test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.