compress-BindScore {ChIPseqR} | R Documentation |
Generates a compressed representation of binding site scores.
## S4 method for signature 'BindScore' compress(x, digits=16)
x |
An object of class |
digits |
Integer indicating the number of decimal places to retain. |
Binding site scores are compressed by first rounding them to digits
decimal
places and then applying run-length encoding.
An object of class RLEBindScore
.
Compression reduces the precision of binding site scores and may affect results, especially for small values
of digits
.
Peter Humburg
Rle
, RleList
, compress-BindScore