decompress {ChIPseqR}R Documentation

Extract Read Count and Binding Site Score Representations

Description

These methods extract read count and binding site sores from compressed representations.

Usage

## S4 method for signature 'RLEReadCounts'
decompress(x)
## S4 method for signature 'RLEBindScore'
decompress(x)

Arguments

x

An object of class RLEBindScore or RLEReadCounts.

Value

An object of class BindScore or ReadCounts respectively.

Author(s)

Peter Humburg

See Also

compress


[Package ChIPseqR version 1.44.0 Index]