Learn R Programming

iCOBRA (version 1.0.2)

padj: Accessor and replacement functions for padj slot

Description

Accessor and replacement functions for the padj slot in an COBRAData object.

Usage

padj(x, ...)

padj(x, ...) <- value

## S3 method for class 'COBRAData': padj(x)

## S3 method for class 'COBRAData,data.frame': padj(x) <- value

Arguments

x
An COBRAData object.
...
Additional arguments.
value
A data frame containing adjusted p-values for each feature and each method.

Value

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

Examples

Run this code
data(cobradata_example)
head(padj(cobradata_example))

Run the code above in your browser using DataLab