Learn R Programming

enviGCMS (version 0.7.1)

qbatch: Get the MIR from the file

Description

Get the MIR from the file

Usage

qbatch(file, mz1, mz2, rt = c(8.65, 8.74), brt = c(8.74, 8.85))

Value

arearatio

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

Run this code
if (FALSE) {
arearatio <- qbatch(datafile)
}

Run the code above in your browser using DataLab