pval: Accessor and replacement functions for pval
slot
Description
Accessor and replacement functions for the pval
slot in an
COBRAData
object.Usage
pval(x, ...)pval(x, ...) <- value
## S3 method for class 'COBRAData':
pval(x)
## S3 method for class 'COBRAData,data.frame':
pval(x) <- value
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.
Examples
Run this codedata(cobradata_example)
head(pval(cobradata_example))
Run the code above in your browser using DataLab