Learn R Programming

transcriptR (version 1.0.2)

getProbTreshold: getProbTreshold

Description

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

Usage

getProbTreshold(object)

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

Arguments

object
A ChipDataSet object.

Value

  • Estimated P(q2) threshold.

See Also

predictStrand

Examples

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

getProbTreshold(cds)

Run the code above in your browser using DataLab