printEmpty: Return the peak regions without any reads.

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
2
3
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.

Author(s)

Dongjun Chung

See Also

dpeakRead, DpeakData.

Examples

1
2
3
4
5
6
## Not run: 
dataPET <- dpeakRead( peakfile="examplePeak.txt", readfile="examplePETRead.txt", 
    fileFormat="eland_result", PET=TRUE )
printEmpty( dataPET )

## End(Not run)

dongjunchung/dpeak documentation built on March 1, 2020, 3:44 a.m.