graphQC {MetaboQC}R Documentation

Representate the compounds area (normalized or not) as a function of their injection order to study trends.

Description

Export graphs for each compound included in LCdata matrix in which the area of the specified compound is represented vs the injection order.

Usage

graphQC(LCdata, g, NameDataSet)

Arguments

LCdata

Matrix of data obtained (mainly by LC-MS) that included four data columns ("Compound Name","Order","QC","Day") and then one coulm for each compound or entity detected (normalized or not).

g

Number of compounds for which the graph should be obtained

NameDataSet

A name for the data set that is going to be used for the pdf file name. It must be given in quotes

Value

Multiple graphs of the compounds area (normalized or not) vs the injection order.

Examples

## Not run: 
graphQC(LCdata,3,"datasetName")

## End(Not run)

[Package MetaboQC version 1.1 Index]