printEmpty {dpeak}R Documentation

Return the peak regions without any reads.

Description

Return the data frame of the peak regions without any reads.

Usage

printEmpty( object, ... )
## S4 method for signature 'DpeakData'
printEmpty( object, ... )

Arguments

object

Object of class dpeakData, dPeak data obtained using the method dpeakRead.

...

Other parameters to be passed through to generic printEmpty.

Value

Return the peak regions without any reads

Author(s)

Dongjun Chung

See Also

dpeakRead, DpeakData.

Examples

data(exampleData)
printEmpty(exampleData)

[Package dpeak version 1.2.0 Index]