Plot EIC This functionn creates an extracted ion chromatogram (EIC) for a specific m/z and retention time. This is used for quality-control of raw m/s data.
PlotEIC(raw_data, rt_mn, rt_mx, mz_mn, mz_mx, aggreg = "sum",
format = "png", dpi = 72, width = 9)
The object created using the InspectRawMSData function, containing the raw MS data.
Numeric, specify the minimum bound of the retention time range.
Numeric, specify the maximum bound of the retention time range.
Numeric, specify the minimum bound of the m/z range.
Numeric, specify the maximum bound of the m/z range.
Character, if "sum", creates a total ion chromatogram. If "max", creates a base peak chromatogram. By default it is set to "sum".
Character, input the format of the image to create.
Numeric, input the dpi of the image to create.
Numeric, input the width of the image to create.