This function retrieves the fluorophore spectra for flow cytometry data, optionally using cleaned expression data. It also plots and saves the spectra, and performs cosine similarity QC for controls.
get.fluorophore.spectra(
flow.control,
asp,
use.clean.expr = TRUE,
af.spectra = NULL,
title = NULL
)A list containing flow cytometry control data.
The AutoSpectral parameter list.
Prepare using get.autospectral.param
Logical indicating whether to use cleaned expression
data, default is TRUE
Optional autofluorescence spectra to include.
Optional prefix for plot titles, default is NULL, which gives
"Initial" when use.clean.expr is FALSE and "Clean" when use.clean.expr
is TRUE.
A matrix with the fluorophore spectra.