getConfusionMatrix {transcriptR} | R Documentation |
Retrieve a cross-tabulation of observed and predicted classes (prediction of gene associated peaks) with associated statistics.
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
### Load ChipDataSet object data(cds) getConfusionMatrix(cds)