add_zcols: Add column to toptab with z-stats

View source: R/add_zcols.R

add_zcolsR Documentation

Add column to toptab with z-stats

Description

Add column to toptab with z-stats.

Usage

add_zcols(toptab, stat.suffix = "t", p.suffix = "p")

Arguments

toptab

Table with genes as rows and statistics as columns. Must include a column with signed statistics e.g. named "t" or ends with ".t" & a column of p-values e.g. named "p" or ends with ".p". Columns with signed statistics and those with p-values must have same prefixes.

stat.suffix

Suffix of numeric signed statistics column(s).

p.suffix

Suffix of numeric p-value column(s).


jdreyf/ezlimma documentation built on April 28, 2024, 1:10 p.m.