Description Usage Arguments Value Author(s) Examples
The whole genome is first divided into N consecutive regions (windows). The number of read counts is summed within each window and is modelled as a function of the window using the locally weighed scatterplot smoothing (LOESS) function. Finally, we calculate a fitted value for each insertion, and then normalize these fitted values to have the product of these values equal to one. The normalized values are the bias factors(one for each insertion).
1 | BiasFactor(Location, Count, window=10000)
|
Location |
a numeric vector specifying insertion locations. |
Count |
a numeric vector of read counts over locations. |
window |
the number of regions to divide the whole genome. |
bias.factor |
bias factor for each insertion. |
yfit |
the fitted count value for each insertion. |
w |
window id |
yw |
total read counts over windows. |
ywfit |
the fitted count value for each window. |
Lili Zhao zhaolili@umich.edu
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.