diff.cqc_check: Display the differences among QC groups

View source: R/cqc_check.R

diff.cqc_checkR Documentation

Display the differences among QC groups

Description

Display the differences among QC groups

Usage

## S3 method for class 'cqc_check'
diff(x, vars, ...)

Arguments

x

qc table returned by cqc_check

vars

variable to split by. Determined automatically.

...

Additional arguments not for the user. Ignore.

Examples

fcs_files <- list.files(system.file("extdata", "GvHD_QC", package = "cytoqc"), full.names = TRUE)
qc_cf_list <- cqc_load_fcs(fcs_files)

channel_groups <- cqc_check(qc_cf_list, type = "channel")
diff(channel_groups)

RGLab/cytoqc documentation built on Jan. 25, 2023, 11:05 p.m.