This function plots the gate autofluorescence sample, including upper and lower boundaries, using ggplot2 and other necessary packages.
gate.af.sample.plot(
plot.data,
samp,
af.boundary.upper,
asp,
max.points = 1e+05,
color.palette = "viridis"
)Matrix containing autofluorescence data points.
Sample identifier.
Matrix containing upper boundary information.
The AutoSpectral parameter list.
Prepare using get.autospectral.param
Number of points to plot (speeds up plotting). Default is
1e5.
Optional character string defining the viridis color
palette to be used for the fluorophore traces. Default is viridis. Options
are the viridis color options: magma, inferno, plasma, viridis,
cividis, rocket, mako and turbo.
Saves the plot as a JPEG file in the specified directory.