Get the MIR from the file
Usage
qbatch(file, mz1, mz2, rt = c(8.65, 8.74), brt = c(8.74, 8.85))
Arguments
- file
data file, CDF or other format supportted by xcmsRaw
- mz1
the lowest mass
- mz2
the highest mass
- rt
a rough RT range contained only one peak to get the area
- brt
a rough RT range contained only one peak and enough noises to get the area
Examples
if (FALSE) { # \dontrun{
arearatio <- qbatch(datafile)
} # }