Description Usage Arguments Value
Before preprocessing to a collection of peaks, it may be
useful to plot the full raw spectra. This function provides an interface
to speaq
and ggplot2
that can be used to plot these raw
spectra.
1 2 3 4 |
physeq |
A phyloseq object containing the spectrum to plot |
method |
The R package to use for the plot. Currently only supports "speaq" or "ggplot2". |
log_scale |
Should the intensities be plotted on a log scale? |
subsample_frac |
We will only plot ever the value at every 1 / subsample_frac indices. This can accelerate plotting in the case that the spectrum is very long, but can lead to missed peaks. |
x_min |
What is the minimum index to display? |
x_max |
What is the maximum index to display? |
col |
A string giving a column name in sample_data(physeq) according to which we will color the spectra. |
linetype |
A string giving a column name in sample_data(physeq) according to which we will modify the spectra linetypes. |
facet_cols |
A character vector giving the column names in sample_data(physeq) according to which to facet the plot by. |
plot_title |
A title to include for the figure. |
alpha |
The transparency parameter for the plots, when using ggplot2. |
line_thickness |
The thickness of the spectra lines, when using ggplot2. |
p The ggplot object containing plots of the raw spectra, with color / linetype / faceting annotation as desired.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.