View source: R/runMethimpute.R
runMethimputeRegions | R Documentation |
This function runs a HMM model on identified Cytosine clusters
runMethimputeRegions(
samplefiles,
Regionfiles,
genome,
context,
out.dir,
include.intermediate = FALSE,
mincov = 0,
nCytosines = 0
)
samplefiles |
a text file containing path to samples and sample names, replicate info |
Regionfiles |
output of makeReg, containing coordinates of cytosine clusters/regions |
genome |
genome label for .e.g Arabidopsis |
context |
cytosine context |
out.dir |
output directory |
include.intermediate |
A logical specifying wheter or not the intermediate component should be included in the HMM.By default it is set as FALSE. |
mincov |
Minimum read coverage over cytosines |
nCytosines |
Minimum number of cytsoines |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.