show {DChIPRep}R Documentation

prints the DESeq2Data slot of the DChIPRepResults object

Description

prints the data

Usage

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

Arguments

object

A DChIPRepResults object

Value

A compact representation of the DChIPRepResults object

Examples

data(testData)
dcr <- DChIPRepResults(testData)
dcr
dcr <- runTesting(dcr)
dcr

[Package DChIPRep version 1.10.0 Index]