Learn R Programming

ChIPseqR (version 1.26.0)

compress-BindScore: Compress BindScore Objects

Description

Generates a compressed representation of binding site scores.

Usage

"compress"(x, digits=16)

Arguments

x
An object of class BindScore.
digits
Integer indicating the number of decimal places to retain.

Value

An object of class RLEBindScore.

Details

Binding site scores are compressed by first rounding them to digits decimal places and then applying run-length encoding.

See Also

Rle, RleList, compress-BindScore