signed_ranksum: Signed rank sum of a matrix where larger statistics have...

View source: R/signed_ranksum.R

signed_ranksumR Documentation

Signed rank sum of a matrix where larger statistics have stronger rank in the same direction

Description

Signed rank sum of a matrix. Larger statistics have stronger rank in the same direction.

Usage

signed_ranksum(
  mat,
  nsim = 1e+07 - 2,
  reorder.rows = TRUE,
  prefix = NULL,
  seed = 100
)

Arguments

mat

Numeric matrix with columns holding statistics per comparison & rows are analytes.

nsim

Numeric number of simulations.

reorder.rows

Logical, should rows be reordered by p-value?

prefix

Character string to add to beginning of column names. NULL does not add a prefix.

seed

Random seed.

Value

Data frame with statistics from signed rank sum test.


jdreyf/jdcbioinfo documentation built on April 15, 2024, 6:37 p.m.