decompress-methods: Methods for Function decompress in Package `ChIPseqR'
Description
Methods to extract compressed data structures.
Methods
signature(x = "ANY")- The default method simply returns
x. signature(x = "Rle")- Restores the atomic vector encoded in
x. signature(x = "RLEBindScore")- Returns an object of
BindScore. signature(x = "RleList")- Extracts the components of
x and restores them to atomic vectors. signature(x = "RLEReadCounts")- Returns an object of
ReadCounts.