tsum_p_value_summary: create summary of significance on a exstra_tsum object

View source: R/tsum_p_value_summary.R

tsum_p_value_summaryR Documentation

create summary of significance on a exstra_tsum object

Description

Creates a data.table from the given p-values

Usage

tsum_p_value_summary(
  tsum,
  p = c(1e-04, 0.001, 0.01, 0.05),
  bonferroni = TRUE,
  raw = TRUE,
  bonferroni.size = NULL
)

Arguments

tsum

An exstra_tsum object.

p

P-value thresholds

bonferroni

If TRUE, give Bonferroni corrected values.

raw

If TRUE, give raw p-values.

bonferroni.size

If not NULL, override the number of tests to correct for in the Bonferroni correction with this value.

Value

A data.table

See Also

p_values


bahlolab/exSTRa documentation built on Sept. 17, 2022, 5:08 p.m.