show: prints the DESeq2Data slot of the DChIPRepResults object

Description Usage Arguments Value Examples

Description

prints the data

Usage

1
2
## S4 method for signature 'DChIPRepResults'
show(object)

Arguments

object

A DChIPRepResults object

Value

A compact representation of the DChIPRepResults object

Examples

1
2
3
4
5
data(testData)
dcr <- DChIPRepResults(testData)
dcr
dcr <- runTesting(dcr)
dcr

DChIPRep documentation built on April 29, 2020, 4:26 a.m.