Description Usage Arguments Details Value Note Author(s) See Also
Generates a compressed representation of binding site scores.
1 2 | ## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.