Description Usage Arguments Value Examples
convert annotated flowSet to data.frame
1 | flowset2dataframe(fcs_data, channels = c("Y1.A", "B1.A"), norm = TRUE)
|
fcs_data |
an object of class flowSet |
channels |
(default = c("Y1.A", "B1.A)) the column ratio will be the ratio of Y1.A / B1.A |
norm |
(default: TRUE) normalization step (power_trans) for the ratio |
a data.frame
1 2 3 4 | ## Not run:
data <- flowset2dataframe(fsc_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.