This function handles the reading in of raw MS data (.mzML, .CDF and .mzXML). Users must set their working directory to the file containing their raw data and specify the group labels. The function will output two chromatograms into the user's working directory, a base peak intensity chromatogram (BPIC) and a total ion chromatogram (TIC).
ImportRawMSData(grpA = "X", numA = 1, grpB = "Y", numB = 1,
format = "png", dpi = 72, width = 9)
Character, input the first group label.
Numeric, input the number of samples in group A.
Character, input the second group label.
Numeric, input the number of samples in group B.
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.