Description Usage Arguments Details Value Author(s) References Examples
This function passes controlling parameters for the EM algorithm implemented in the epigraHMM package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
epsilon.em |
Add description here |
maxit.em |
a positive integer giving the maximum number of EM iterations. Default is 500. |
minit.em |
a positive integer giving the minimum number of EM iterations to start evaluating the convergence. Default is 3. |
maxcount.em |
a positive integer giving the number of consecutive EM iterations satisfying the convergence criterion in order to stop the algorithm. Default is 3. |
windowSize |
the proportion of the genome to use as window in the sliding window initialization |
pcut |
a number between 0 and 1 for the cutoff of the rejection controlled EM algorithm. Default 0.05. |
quiet |
a logical indicating whether to print messages. Default is TRUE. |
chr |
chromosomes for initialization |
cores |
number of cores to use |
clusters |
number of clusters to detect |
dir |
directory with files will be saved |
fdr |
the FDR level to call peaks (default if 0.10) |
init |
either 'HMM' or 'fast' (default is 'fast') |
Add details here
A list with components equal to the arguments
Pedro L. Baldoni, pedrobaldoni@gmail.com
https://github.com/plbaldoni/mikado
1 2 | # No more than 100 EM iterations
control <- controlEM(maxit.em = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.