View source: R/deltaWCalculator.R
deltaWCalculatorVariousWindows | R Documentation |
This function will calculate deltaWs from a GRanges-class
object with read fragments.
deltaWCalculatorVariousWindows(
frags,
reads.per.window = 100,
multi.sizes = c(2, 4, 6)
)
frags |
A |
reads.per.window |
Number of reads in each dynamic window. |
multi.sizes |
User defined multiplications of the original window size. |
The input frags
with additional meta-data columns.
David Porubsky
deltaWCalculator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.