padj | R Documentation |
padj
slotAccessor and replacement functions for the padj
slot in a
COBRAData
object.
padj(x, ...)
padj(x, ...) <- value
## S4 method for signature 'COBRAData'
padj(x)
## S4 replacement method for signature 'COBRAData,data.frame'
padj(x) <- value
x |
A |
... |
Additional arguments. |
value |
A data frame containing adjusted p-values for each feature and each method. |
The accessor function returns a data frame containing adjusted p-values for each feature and each method.
Charlotte Soneson
data(cobradata_example)
head(padj(cobradata_example))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.