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