Learn R Programming

transcriptR (version 1.0.0)

getConfusionMatrix: getConfusionMatrix

Description

Retrieve a cross-tabulation of observed and predicted classes (prediction of gene associated peaks) with associated statistics.

Usage

getConfusionMatrix(object)
"getConfusionMatrix"(object)

Arguments

object
A ChipDataSet object.

Value

An object of Confusion Matrix class. For the details see caret package.

See Also

predictTssOverlap confusionMatrix

Examples

Run this code
### Load ChipDataSet object
data(cds)

getConfusionMatrix(cds)

Run the code above in your browser using DataLab