R/cyto_spillover_spread_compute.R
cyto_spillover_spread_compute.Rd
cyto_spillover_spread_compute
computes the spillover spreading matrix
as described by Nguyen et al. (2013) using gated and compensated compensation
controls.
cyto_spillover_spread_compute( x, parent = NULL, axes_trans = NULL, channel_match = NULL, compensated = FALSE, spillover = NULL, spillover_spread = NULL, axes_limits = "machine", ... )
x | object of class |
---|---|
parent | name of the population to use for downstream calculations when
a |
axes_trans | object of class
|
channel_match | name of csv file to associate a fluorescent channel with
each of the compensation controls. The |
compensated | logical indicating whether the supplied compensation
controls have been compensated. Compensation controls must be compensated
prior to calculation of spillover spreading matrix. If |
spillover | name of the output spillover matrix csv file to be used
internally to compensate the compensation controls. If no spillover matrix
is supplied |
spillover_spread | name of the csv file to which the spillover spreading
matrix will be saved, set to |
axes_limits | options include |
... | additional arguments passed to |
Nguyen R, Perfetto S, Mahnke YD, Chattopadhyay P & Roederer M, (2013). Quantifying spillover spreading for comparing instrument performance and aiding in multicolor panel design. Cytometry A, 83(3):306-15.
Dillon Hammill, Dillon.Hammill@anu.edu.au