Description Usage Arguments Value
Save to disk the annotation parameters as CSV and a diagnostic plot per fitted compound
Save to disk the annotation parameters as CSV (as generated by outputAnnotationParamsCSV()
) and a diagnostic plot per fitted compound (as generated by annotationDiagnosticMultiplot()
) if savePlots
is TRUE
1 2 3 | ## S4 method for signature 'peakPantheRAnnotation'
outputAnnotationDiagnostic(object, saveFolder,
savePlots = TRUE, sampleColour = NULL, verbose = TRUE, ...)
|
object |
(peakPantheRAnnotation) Annotated peakPantheRAnnotation object |
saveFolder |
(str) Path of folder where annotationParameters_summary.csv and plots will be saved |
savePlots |
(bool) If TRUE save a diagnostic plot for each compound |
sampleColour |
(str) NULL or vector colour for each sample |
verbose |
(bool) If TRUE message progress |
... |
Additional parameters for plotting i.e. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.