getConfusionMatrix {transcriptR}R Documentation

getConfusionMatrix

Description

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

Usage

getConfusionMatrix(object)

## S4 method for signature 'ChipDataSet'
getConfusionMatrix(object)

Arguments

object

A ChipDataSet object.

Value

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

Author(s)

Armen R. Karapetyan

See Also

predictTssOverlap confusionMatrix

Examples

### Load ChipDataSet object
data(cds)

getConfusionMatrix(cds)


[Package transcriptR version 1.22.0 Index]