Description Usage Arguments Value
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.
1 2 3 | ## S4 method for signature 'peakPantheRAnnotation'
annotationDiagnosticPlots(object,
sampleColour, sampling, verbose)
|
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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.