View source: R/runMethimpute.R
runMethimputeGrid | R Documentation |
this function runs a HMM model on a genome binned using a sliding/non-sliding window approach
runMethimputeGrid(
out.dir,
fasta,
win,
step,
genome,
samplefiles,
context,
mincov,
include.intermediate = FALSE,
nCytosines
)
out.dir |
output directory |
fasta |
path to genome fasta files |
win |
window size |
step |
window step-size |
genome |
genome label for .e.g Arabidopsis |
samplefiles |
a text file containing path to samples and sample names, replicate info |
context |
cytosine context |
mincov |
Minimum read coverage over cytosines |
include.intermediate |
A logical specifying wheter or not the intermediate component should be included in the HMM.By default it is set as FALSE. |
nCytosines |
Minimum number of cytsoines |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.