prepareWindows | R Documentation |
Make window matrix
prepareWindows(fullMatrix, binSize = 20, stepSize = 1)
fullMatrix |
A matrix containing methylation values for a full region of the genome using coordinates relative to an anchor point, and includes non-Cs that are marked by NaN. dataMatrix [i,j] is the methylation value of sample i at position j. |
binSize |
Size of window (in bp) in which to average results. |
stepSize |
size of step by which to slide the window forward. |
Matrix with average fraction methylation within windows. Normalised by the number of informative postions. NaN indicates a window with no methylatable positions. NA indicates a window with no informative methylation call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.