decompress {ChIPseqR} | R Documentation |
These methods extract read count and binding site sores from compressed representations.
## S4 method for signature 'RLEReadCounts' decompress(x) ## S4 method for signature 'RLEBindScore' decompress(x)
x |
An object of class |
An object of class BindScore
or ReadCounts
respectively.
Peter Humburg