Learn R Programming

ChIPseqR (version 1.26.0)

decompress-methods: Methods for Function decompress in Package `ChIPseqR'

Description

Methods to extract compressed data structures.

Arguments

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.