sval | R Documentation |
sval
slotAccessor and replacement functions for the sval
slot in a
COBRAData
object.
sval(x, ...)
sval(x, ...) <- value
## S4 method for signature 'COBRAData'
sval(x)
## S4 replacement method for signature 'COBRAData,data.frame'
sval(x) <- value
x |
A |
... |
Additional arguments. |
value |
A data frame containing s-values for each feature and each method. If the object does not have an s-value slot (older versions of the class did not have this slot), an empty data frame is returned for simplicity. |
The accessor function returns a data frame containing s-values for each feature and each method.
Charlotte Soneson
data(cobradata_example)
head(sval(cobradata_example))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.