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
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 codedata(cobradata_example)
head(padj(cobradata_example))
Run the code above in your browser using DataLab