getFullMatrix | R Documentation |
In order to compare different promoters, we need to create a padded matrix with NAs in positions in between Cs.
getFullMatrix(dataMatrix, winSize = 500, anchorPoint = "middle")
dataMatrix |
A matrix of methylation values (reads x position) with positions being relative coordinates to an anchor point |
winSize |
The size (in bp) of the window containing the matrices |
anchorPoint |
One of "middle" or "start": the position from which numbering starts for the positions in the dataMatrix |
A padded methylation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.