Description Usage Arguments Value Author(s)
View source: R/rt_correction.R
Correct RTs of peaks in peak table using internal standard list.
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 = "."
)
|
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. |
A peak table.
Xiaotao Shen shenxt1990@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.