pval: Accessor and replacement functions for 'pval' slot

pvalR Documentation

Accessor and replacement functions for pval slot

Description

Accessor and replacement functions for the pval slot in a COBRAData object.

Usage

pval(x, ...)

pval(x, ...) <- value

## S4 method for signature 'COBRAData'
pval(x)

## S4 replacement method for signature 'COBRAData,data.frame'
pval(x) <- value

Arguments

x

A COBRAData object.

...

Additional arguments.

value

A data frame containing p-values for each feature and each method.

Value

The accessor function returns a data frame containing p-values for each feature and each method.

Author(s)

Charlotte Soneson

Examples

data(cobradata_example)
head(pval(cobradata_example))

markrobinsonuzh/iCOBRA documentation built on March 28, 2024, 2:01 p.m.