batch_body <- create_batch_body(
"all-except-peptides",
'["all-except-mine"]',
"mz",
"positive",
'["M+H","M+Na"]',
10,
"ppm",
c(670.4623, 1125.2555, 602.6180)
)
batch_body <- create_batch_body(
"all-except-peptides",
'["all-except-mine"]',
"mz",
"negative",
'["M-H","M+Cl"]',
10,
"ppm",
c(670.4623, 1125.2555, 602.6180)
)
if (FALSE) {
create_batch_body(c(670.4623, 1125.2555, 602.6180))
}
Run the code above in your browser using DataLab