VX.raw | R Documentation |
VariableX smoother which takes a sparse CCseq dataframe or datatable (colnames = c("Chr", "Pos", "Watson", "Crick)), and smooths both the y dimension ("Watson" and "Crick"), and the x dimension ("Pos"). A sliding mean height and mean position of Fsize number of hits is calculated.
VX.raw(df, x, y, Fsize = 101, norm.factor = 3, keepdf = TRUE)
x |
A sparse CCseq dataframe or datatable (colnames = c("Chr", "Pos", "Watson", "Crick)). E.g the "sae2.0" table generated within mapper. |
Fsize |
The number of single strand sites (non-zero "Watson" or "Crick" rows) or double-stranded sites ("Total" rows) over which to smooth. This is the number of values that will be averaged, NOT the distance in bp. |
George Brown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.