Description Usage Arguments Value Author(s) See Also Examples
Retrieve a cross-tabulation of observed and predicted classes (prediction of gene associated peaks) with associated statistics.
1 2 3 4 | getConfusionMatrix(object)
## S4 method for signature 'ChipDataSet'
getConfusionMatrix(object)
|
object |
A |
An object of Confusion Matrix
class. For the details see
caret package.
Armen R. Karapetyan
predictTssOverlap
confusionMatrix
1 2 3 4 | ### Load ChipDataSet object
data(cds)
getConfusionMatrix(cds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.