calculate_adjp: Calculate adjusted p-values

Description Usage Arguments Value Author(s) Examples

View source: R/helpers_general.R

Description

Calculate adjusted p-values for methods where only nominal p-values are available in a COBRAData object.

Usage

1
calculate_adjp(cobradata, method = "BH")

Arguments

cobradata

A COBRAData object.

method

A character string giving the method (selected from p.adjust.methods()) that will be used to perform the adjustment.

Value

A COBRAData object, extended with the calculated adjusted p-values.

Author(s)

Charlotte Soneson

Examples

1
2

iCOBRA documentation built on April 17, 2021, 6:07 p.m.