| enve.recplot2.findPeaks.emauto | R Documentation | 
Identifies peaks in the population histogram using a Gaussian Mixture Model Expectation Maximization (GMM-EM) method with number of components automatically detected.
enve.recplot2.findPeaks.emauto(
  x,
  components = seq(1, 5),
  criterion = "aic",
  merge.tol = 2L,
  verbose = FALSE,
  ...
)
| x | An  | 
| components | A vector of number of components to evaluate. | 
| criterion | Criterion to use for components selection. Must be one of:
 | 
| merge.tol | When attempting to merge peaks with very similar sequencing depth, use this number of significant digits (in log-scale). | 
| verbose | Display (mostly debugging) information. | 
| ... | Any additional parameters supported by
 | 
Returns a list of enve.RecPlot2.Peak objects.
Luis M. Rodriguez-R [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.