compress-ReadCounts {ChIPseqR}R Documentation

Compress ReadCount Objects

Description

Generates a compressed representation of read counts.

Usage

## S4 method for signature 'ReadCounts'
compress(x)

Arguments

x

An object of class ReadCounts

Details

Run-length encoding is used to obtain a compressed representation of read counts.

Value

An object of class RLEReadCounts

Author(s)

Peter Humburg

See Also

Rle, RleList, compress-BindScore


[Package ChIPseqR version 1.44.0 Index]