greedyCytometryAof | R Documentation |
Given a cytometry data matrix and its clustering scheme, use a greedy search strategy to find a partition of clusters that minimizes the AOF for each marker.
greedyCytometryAof(fcs_data, y, channel_names = colnames(fcs_data), width = 0.05, cofactor = NULL, verbose = TRUE)
fcs_data |
A numerical matrix (NxD) of acquired cytometry data. Each row corresponds to a cell, each column to a channel. |
y |
A factor vector of length N which includes the cluster assignment of each cell. |
channel_names |
A character vector which lists the columns (channels) in fcs_data for which to calculate the AOF. |
width |
Width of high threshold of negative population and low threshold of positive population. |
cofactor |
If supplied, data will be transformed using inverse hyperbolic sin with given cofactor. |
verbose |
Boolean. Should the function report progress to terminal. |
A data frame with AOF values for each channel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.