rawPlot | R Documentation |
Raw data plotting per each file and compound for quality control pourposes
rawPlot(
SampleFiles = NULL,
formulaTable = NULL,
RTwin = 5,
topdf = NULL,
plotall = F
)
SampleFiles |
List of files to be plotted (see base::list.files()) |
formulaTable |
Data.frame including CompoundName, Formula, mz, RT and NumAtoms (see buildFormulaTable) |
RTwin |
Retention time window (in seconds) to extract the metabolite isotopologues |
topdf |
File directory where the plots will be saved in pdf format. One pdf file per mzML file in Sampledir |
Plots per each file and compound including all isotopologues
It is recommended to run it for a few files only, plotting a high number of files may take time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.