compress-methods {ChIPseqR}R Documentation

Methods for Function compress in Package ‘ChIPseqR’

Description

Methods to obtain compressed versions of data structures.

Methods

signature(x = "BindScore")

Converts x into an object of class RLEBindScore.

signature(x = "ReadCounts")

Converts x into an object of class RLEReadCounts.

signature(x = "RLEBindScore")

Returns (the already compressed) x.

signature(x = "RLEReadCounts")

Returns (the already compressed) x.


[Package ChIPseqR version 1.46.0 Index]