Description Usage Arguments Details Value Author(s)
Check coverage for sparseness
1 |
cov |
A cov object as SimpleRleList |
threshold |
Fraction of number of runs over total length |
Some Rle related operations become very slow when they are dealing with data that violates their sparseness assumption. This method provides an estimate about whether the data is dense or sparse. More precicely it checks if the fraction of the number of runs over the total length is smaller than a threshold
Boolean whether this object is dense or sparse
Jens Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.