flowset2dataframe: convert annotated flowSet to data.frame

Description Usage Arguments Value Examples

View source: R/anova.R

Description

convert annotated flowSet to data.frame

Usage

1
flowset2dataframe(fcs_data, channels = c("Y1.A", "B1.A"), norm = TRUE)

Arguments

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

Value

a data.frame

Examples

1
2
3
4
## Not run: 
data <- flowset2dataframe(fsc_data)

## End(Not run)

LBMC/criblejurkat documentation built on Sept. 13, 2020, 7:58 p.m.