optimizxcms.doe.peakpicking: Core Optimization Function of DoE

Description Usage Arguments Author(s)

View source: R/parameters_optimization.R

Description

This function is the core for parameters optimization with Design of Experiment (DoE) method.

Usage

1
2
3
4
5
6
7
8
optimizxcms.doe.peakpicking(
  object = NULL,
  params = params,
  BPPARAM = bpparam(),
  nSlaves = 4,
  plot = F,
  ...
)

Arguments

BPPARAM

MulticoreParam method, used to set the parallel method. Default is bpparam().

plot

Logical, weather to plot the Contours plots of the DoE results.

objet

MSnExp object, the trimmed or the original data.

param

List, the parameters lists set by 'SetPeakParam' function. The noise, prefilter and ppm values should be defined by AutoTuner in the previous steps.

nSlave

Numeric, core number used to perform the parallel based optimization.

Author(s)

Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca Jeff Xia jeff.xia@mcgill.ca Mcgill University License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR3.0 documentation built on May 6, 2020, 11:03 p.m.