peakPantheR (version 1.2.0)

annotationDiagnosticPlots,peakPantheRAnnotation-method: Generate fit diagnostic plots Generate fit diagnostic plots for each ROI: EICFit the raw data and detected feature fit, rtPeakwidthVert detected peaks retention time apex and peakwidth (vertical and no run order), rtPeakwidthHorzRunOrder detected peaks retention time apex and peakwidth by run order, mzPeakwidthHorzRunOrder detected peaks m/z apex and peakwidth by run order, areaRunOrder detected peaks area by run order, rtHistogram histogram of detected peaks retention time, mzHistogram histogram of detected peaks m/z, areaHistogram histogram of detected peaks area.

Description

Generate fit diagnostic plots Generate fit diagnostic plots for each ROI: EICFit the raw data and detected feature fit, rtPeakwidthVert detected peaks retention time apex and peakwidth (vertical and no run order), rtPeakwidthHorzRunOrder detected peaks retention time apex and peakwidth by run order, mzPeakwidthHorzRunOrder detected peaks m/z apex and peakwidth by run order, areaRunOrder detected peaks area by run order, rtHistogram histogram of detected peaks retention time, mzHistogram histogram of detected peaks m/z, areaHistogram histogram of detected peaks area.

Usage

# S4 method for peakPantheRAnnotation
annotationDiagnosticPlots(object,
  sampleColour, sampling, verbose)

Arguments

object

(peakPantheRAnnotation) Annotated peakPantheRAnnotation object

sampleColour

(str) NULL or vector colour for each sample

sampling

(int) Number of points to employ when plotting fittedCurve

verbose

(bool) if TRUE message the plot generation progress

Value

A list (one list per compound) of diagnostic plots: result[[i]]$EICFit, result[[i]]$rtPeakwidthVert, result[[i]]$rtPeakwidthHorzRunOrder, result[[i]]$mzPeakwidthHorzRunOrder, result[[i]]$areaRunOrder, result[[i]]$rtHistogram, result[[i]]$mzHistogram, result[[i]]$areaHistogram, result[[i]]$title