compensate_data | R Documentation |
It will attempt to find the compensation controls using the regex '.*Setup.*fcs'
compensate_data(comp_controls, channels, us_num)
comp_controls |
the folder containing single-stained compensation controls |
channels |
the channels to be compensated in the pattern 'BV421-A|BV570-A' |
us_num |
the number of the unstained control tube in the set |
a list with a summary of the comp controls and a spillover matrix
gs.uncomped <- flowWorkspace::GatingSet(resQC)
spillover_matrix <- compensate_data(comp_controls, 'BV421-A|BV570-A', 3)[[2]]
gs.comped <- compensate(gs.uncomped, spillover_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.