compress-ReadCounts {ChIPseqR} | R Documentation |
Generates a compressed representation of read counts.
## S4 method for signature 'ReadCounts' compress(x)
x |
An object of class |
Run-length encoding is used to obtain a compressed representation of read counts.
An object of class RLEReadCounts
Peter Humburg
Rle
, RleList
, compress-BindScore