calculateMultiChannelAof | R Documentation |
Calculate the Average Overlap Frequency (AOF) for multiple cytometry channels.
calculateMultiChannelAof(channel_population_relationships_filepath, base_fcs_data_filepath, single_sample_labels, sample_id, cofactor = NULL)
channel_population_relationships_filepath |
Filepath of the channel population relationships csv file that outlines channels of interest as well as negative and positive populations for that channel. Column names start with "channel", followed by cell population names (i.e. "b_cell", "t_cell", etc.). Cell values are TRUE, FALSE, or left empty. |
base_fcs_data_filepath |
Filepath of the "base" FCS file. This file has data for all cells from the sample, regardless of manual gating population designation. |
single_sample_labels |
A list illustrating the relationships between specific samples, cells, and population assignments designated via manual gating. This can be generated via the 'generatePopulationAssignments' function. |
sample_id |
A string representing the sample ID of interest. sample_id should correspond to a key in the single_sample_labels list. |
cofactor |
If supplied, data will be transformed using inverse hyperbolic sin with given cofactor. |
A data frame with AOF values for each channel of interest, as denoted by the channel_population_relationships csv file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.