Align different batch peaks tables.

align_batch(
  object,
  combine.mz.tol = 25,
  combine.rt.tol = 30,
  use.int.tol = FALSE
)

Arguments

object

A metflowClass object.

combine.mz.tol

m/z tolerance for batch alignment, default is 25 ppm.

combine.rt.tol

RT tolerance for batch alignment, default is 30 seconds.

use.int.tol

Whether use intensity match for batch aglignment.

Value

A new metflowClass object.

Author

Xiaotao Shen shenxt1990@163.com