Description Usage Arguments Details Warning Author(s) See Also Examples
This convenience method will create (a set of) Bruker method files from a template, filling it with tandem mass spectrometry target segments for the "interesting" peaks in the peak list
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | peaklist2picklist(anyPeaklist, gradientStart = NULL, gradientEnd = NULL,
widthFactor = 1, minWidth = 1, fillGaps=TRUE)
xcms2method(peaklist, methodPrefix = "",
MSmode = c("positive", "negative"),
template = "test.m/microTOFQAcquisition.method",
gradientStart = NULL, gradientEnd = NULL,
widthFactor = 1, minWidth = 1,
MSMSManual_ListCollisionEnergy = 15,
MSMSManual_ListIsolationWidth = 8)
picklist2method(pickList, methodPrefix = "",
MSmode = c("positive","negative"),
template = "test.m/microTOFQAcquisition.method",
MSMSManual_ListCollisionEnergy = 15,
MSMSManual_ListIsolationWidth = 8,
instrumentprefix = "qtofacq")
picklists2methods(pickLists, methodPrefix = "", ...)
picklist2Agilent(pickList, filename="TargetedMSMSTable.csv",
delta_ret_time=10,
iso_width=c("Narrow (~1.3 m/z)", "Medium (~4 m/z)"),
MSMSManual_ListCollisionEnergy = 20)
picklist2waters(pickList,
methodPrefix="",
MSmode=c("positive","negative"),
template=NULL,
MSMSManual_ListCollisionEnergy=15,
TOFConeVoltage=NULL,
lockMassMZ=NULL)
picklists2waters(pickLists, methodPrefix="", ...)
|
peaklist |
Eith a peak list with columns rtmin/rt/rtmax and mzmin/mz/mzmax or a diffreport. |
anyPeaklist |
Eith a peak list with columns rtmin/rt/rtmax and mzmin/mz/mzmax or a diffreport. |
pickList |
A picklist is XXX. |
pickLists |
A list of pickLists. |
methodPrefix |
Outfile prefix for the created method(s) |
filename |
Outfilename for the created method |
MSmode |
Polarity of the requested tandem MS measurement |
template |
A Bruker *.m template file |
gradientStart |
if present, only use peaks later than this minimum retention time (in seconds) |
gradientEnd |
if present, only use peaks before this maximum retention time (in seconds) |
widthFactor |
enlarge the precursor peaks by this factor for the target windows |
minWidth |
Ensure a minimum retention time window for the target windows |
fillGaps |
If set to TRUE, then adjacent segments will be enlarged so that they meet "in the middle", otherwise if FALSE then rtmin and rtmax are unchanged |
MSMSManual_ListCollisionEnergy |
Specify one or more collision energies to use |
MSMSManual_ListIsolationWidth |
Specify one or more isolation widths to use |
iso_width |
For Agilent, the requested Isolation width specification. |
delta_ret_time |
For Agilent. |
instrumentprefix |
The XML tags inside the Bruker method files depend on the instrument, so for the micrOTOFq use "qtofacq", or for the maXis "qtofmaxacq". |
TOFConeVoltage |
Specific to Waters |
lockMassMZ |
Specific to Waters |
... |
The picklists2something() wrapper methods will pass the ... arguments to the corresponding picklist2something() method. |
Prioritizes by what ?
The created Bruker control files are not guaranteed to work on your setup, and incorrect control files could damage equipment.
Steffen Neumann
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.