getProbTreshold {transcriptR}R Documentation

getProbTreshold

Description

Retrieve estimated P(q2) threshold, used to select peaks with a putative transcription initiation event.

Usage

getProbTreshold(object)

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

Arguments

object

A ChipDataSet object.

Value

Estimated P(q2) threshold.

Author(s)

Armen R. Karapetyan

See Also

predictStrand

Examples

### Load ChipDataSet object
data(cds)

getProbTreshold(cds)


[Package transcriptR version 1.8.0 Index]