kappa_p: Compute proportionality constant for fold change bound.

Description Usage Arguments Value Author(s) Examples

View source: R/kappa_p.R

Description

Filtering on overall variance induces a lower bound on fold change. This bound depends on the significance of the evidence against the null hypothesis, an is a multiple of the cutoff used for an overall variance filter. It also depends on sample size in both of the groups being compared. These functions compute the multiplier for the supplied p-values or t-statistics.

Usage

1
2
kappa_p(p, n1, n2 = n1)
kappa_t(t, n1, n2 = n1)

Arguments

p

The p-values at which to compute the multiplier.

t

The t-statistics at which to compute the multiplier.

n1

Sample size for class 1.

n2

Sample size for class 2.

Value

A vector of multipliers: one per p-value or t-static in p or t.

Author(s)

Richard Bourgon <bourgon@ebi.ac.uk>

Examples

1
# See the vignette: Diagnostic plots for independent filtering

Example output



genefilter documentation built on Jan. 23, 2021, 2:01 a.m.