compress-BindScore: Compress BindScore Objects

Description Usage Arguments Details Value Note Author(s) See Also

Description

Generates a compressed representation of binding site scores.

Usage

1
2
## S4 method for signature 'BindScore'
compress(x, digits=16)

Arguments

x

An object of class BindScore.

digits

Integer indicating the number of decimal places to retain.

Details

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

Value

An object of class RLEBindScore.

Note

Compression reduces the precision of binding site scores and may affect results, especially for small values of digits.

Author(s)

Peter Humburg

See Also

Rle, RleList, compress-BindScore


ChIPseqR documentation built on Nov. 8, 2020, 6:49 p.m.