correct_database_rt | R Documentation |
Correct RTs of metabolites in database using internal standard list. \lifecycleexperimental
correct_database_rt( experiment.is.table, database.is.table, database, method = c("polyline", "loess"), poly = c(1, 2, 3, 4, 5), degree = c(1, 2), path = "." )
experiment.is.table |
Experiment internal standard table. |
database.is.table |
Database internal standard table. |
database |
Database, must be datasetClass object. |
method |
polyline or loess. |
poly |
A numeric vector. |
degree |
A numeric vector. |
path |
Work directory. |
A metIdentifyClass object.
Xiaotao Shen shenxt1990@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.