plotChromatogram | R Documentation |
Plot ion chromatogram from MetaboProfile.
plotChromatogram( processed_data, cls = NULL, group = FALSE, alpha = 1, aggregationFun = "max", ... ) ## S4 method for signature 'MetaboProfile' plotChromatogram( processed_data, cls = NULL, group = FALSE, alpha = 1, aggregationFun = "max", ... )
processed_data |
S4 object of class MetaboProfile |
cls |
sample information column to use for plot colours. |
group |
average samples within groups. If cls is NULL, plot average chromatogram across all samples. |
alpha |
plot line transparancy alpha |
aggregationFun |
value to pass to |
... |
arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.