Learn R Programming

MetaboAnalystR (version 2.0.0)

ImportRawMSData: Import raw MS data

Description

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).

Usage

ImportRawMSData(grpA = "X", numA = 1, grpB = "Y", numB = 1,
  format = "png", dpi = 72, width = 9)

Arguments

grpA

Character, input the first group label.

numA

Numeric, input the number of samples in group A.

grpB

Character, input the second group label.

numB

Numeric, input the number of samples in group B.

format

Character, input the format of the image to create.

dpi

Numeric, input the dpi of the image to create.

width

Numeric, input the width of the image to create.