correct_rt: Correct RTs of peaks in peak table using internal standard...

Description Usage Arguments Value Author(s)

View source: R/rt_correction.R

Description

Correct RTs of peaks in peak table using internal standard list.

Usage

1
2
3
4
5
6
7
8
9
correct_rt(
  reference_is_table_name,
  query_is_table_name,
  query_peak_table_name,
  method = c("loess", "polyline"),
  poly = c(1, 2, 3),
  degree = c(1, 2),
  path = "."
)

Arguments

reference_is_table_name

Experiment internal standard table name.

query_is_table_name

Database internal standard table name.

query_peak_table_name

Peak table name. Column 1 is name (peak name), column 2 is mz (mass to charge ratio), column 3 is rt. And remaining columns are intensity of samples.

method

polyline or loess.

poly

A numeric vector.

degree

A numeric vector.

path

Work directory.

Value

A peak table.

Author(s)

Xiaotao Shen shenxt1990@163.com


jaspershen/metflow2 documentation built on Aug. 15, 2021, 4:38 p.m.