Description Usage Arguments Details Value Author(s) Examples
Generate Worklist for data acquisition.
1 2 3 4 5 | GetWorklist(x = NULL, instrument = "Agilent", name = "worklist",
randommethod = "no", samplenumber = NULL, replication = 1,
QCstep = 8, conditionQCnumber = 10, testmixstep = 0,
injectionfrom = 1, user = "other",
dir = "D:\\MassHunter\\Data\\SXT\\")
|
x |
batch.design file. |
instrument |
Which instrument you use? "Agilent" or "AB", default is "Agilent". |
name |
The name of worklist. |
randommethod |
Which random method you want to use? "no", "position" or "injection". Default is "no". |
samplenumber |
Sample number. |
replication |
Replication times. |
QCstep |
QC step. |
conditionQCnumber |
Condition QC number. |
testmixstep |
Test mixture step. |
injectionfrom |
Injection order from which? Default is 1. |
user |
Default is "other". |
dir |
Directory. |
Generate Worklist for data acquisition.
New worklist.
Xiaotao Shen shenxt@sioc.ac.cn
1 2 3 4 5 6 7 8 9 | #demo data
batch.design <- paste("A",c(1:100), sep = "")
##create a folder for demo
dir.create("Demo")
setwd("Demo")
write.csv(batch.design, "batch.design.csv", row.names = FALSE)
#run ChangeWorklist
GetWorklist()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.