pval {iCOBRA} | R Documentation |
pval
slotAccessor and replacement functions for the pval
slot in a
COBRAData
object.
pval(x, ...) pval(x, ...) <- value ## S4 method for signature 'COBRAData' pval(x) ## S4 replacement method for signature 'COBRAData,data.frame' pval(x) <- value
x |
A |
... |
Additional arguments. |
value |
A data frame containing p-values for each feature and each method. |
The accessor function returns a data frame containing p-values for each feature and each method.
Charlotte Soneson
data(cobradata_example) head(pval(cobradata_example))