View source: R/makeDMRmatrix.R
makeDMRmatrix | R Documentation |
This function generates a binary matrix, a matrix of recalibrated methylation levels and posterior probabilities for all samples.
makeDMRmatrix(
context,
samplefiles,
input.dir,
out.dir,
include.intermediate = FALSE
)
context |
cytosine context |
samplefiles |
file containing full path of base level methylation calls, sample names and replicates(optional) |
input.dir |
input directory containing all region level methylome calls |
out.dir |
output directory |
include.intermediate |
A logical specifying whether or not the intermediate component should be included in the HMM. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.