Description Usage Arguments Value
View source: R/calculateStrandCoverage.R
Calculate the coverage coming from '+'/'-' reads in all sliding wndows
1 2 | calculateStrandCoverage(winPosAlignments, winNegAlignments, winWidth = 1000,
winStep = 100)
|
winPosAlignments |
a list that has a 'Coverage' field containing coverage coming from positive reads |
winNegAlignments |
a list that has a 'Coverage' field containing coverage coming from negative reads |
winWidth |
the length of the sliding window, 1000 by default. |
winStep |
the step length to sliding the window, 100 by default. |
a list of two vectors, containing a positive/negative coverage of the input positive/negative windows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.