Description Usage Arguments Value Author(s)
Generate sample and worklist..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | get_worklist(
table.name = "batch.xlsx",
instrument = c("Thermo", "Agilent", "AB"),
each.mode.number = 32,
randommethod = c("no", "position", "injection"),
samplenumber = NULL,
QCstep = 8,
conditionQCnumber = 8,
qc.index.from = 1,
dir = "D:\\Liang\\data\\PS4U\\HILIC\\batch3\\",
method.path = "D:\\Liang\\Method\\urine\\HILIC\\",
ms1.method.pos = "ZIC-HILIC_MS_pos",
ms1.method.neg = "ZIC-HILIC_MS_neg",
ms2.method.pos = c("ZIC-HILIC_MSMS_pos_NCE25", "ZIC-HILIC_MSMS_pos_NCE25",
"ZIC-HILIC_MSMS_pos_NCE25", "ZIC-HILIC_MSMS_pos_NCE25"),
ms2.method.neg = c("ZIC-HILIC_MSMS_neg_NCE25", "ZIC-HILIC_MSMS_neg_NCE25",
"ZIC-HILIC_MSMS_neg_NCE25", "ZIC-HILIC_MSMS_neg_NCE25"),
path = "."
)
|
table.name |
Sample name. |
instrument |
instrument. |
each.mode.number |
each.mode.number. |
randommethod |
See xcms. |
samplenumber |
See xcms. |
QCstep |
See xcms. |
conditionQCnumber |
See xcms. |
qc.index.from |
Number of threads. |
dir |
dir. |
method.path |
method.path. |
ms1.method.pos |
ms1.method.pos. |
ms1.method.neg |
ms1.method.neg. |
ms2.method.pos |
ms2.method.pos. |
ms2.method.neg |
ms2.method.neg. |
path |
The working directory. |
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.