Learn R Programming

transcriptR (version 1.0.2)

getConfusionMatrix: getConfusionMatrix

Description

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

Usage

getConfusionMatrix(object)

## S3 method for class 'ChipDataSet': getConfusionMatrix(object)

Arguments

object
A ChipDataSet object.

Value

  • An object of Confusion Matrix class. For the details see http://topepo.github.io/caret/index.html{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