Description Usage Arguments Methods Examples
Computes a smoothed number of hits along the chromosome by using moving windows of user specified size.
1 | countHitsWindow(x, chrLength, windowSize = 10^4 - 1)
|
x |
Object containing hits (start, end and chromosome). Currently only |
chrLength |
Named vector indicating the length of each chromosome in base pairs. |
windowSize |
Size of the window used to smooth the hit count. |
signature(x = "RangedData")
x
contains chromosome, start and end positions for each hit.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.