getQuadProb-methods: getQuadProb

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve all internal calculations performed by predictStrand function.

Usage

1
2
3
4
getQuadProb(object, strand)

## S4 method for signature 'ChipDataSet'
getQuadProb(object, strand)

Arguments

object

A ChipDataSet object.

strand

Character. The strand to extract calculations for. One of ["+", "-"].

Value

A nine column Data.Frame, where each row corresponds to a ChIP-seq peak and each column keeps one of the intermediate calculations:

Author(s)

Armen R. Karapetyan

See Also

predictStrand

Examples

1
2
3
4
5
6
7
8
### Load ChipDataSet object
data(cds)

### Load TranscriptionDataSet object
data(tds)

head(getQuadProb(cds, strand = "+"))
head(getQuadProb(cds, strand = "-"))

transcriptR documentation built on Nov. 8, 2020, 8:12 p.m.