cqc_gs: Construct a 'cqc_gs' object from a 'GatingSet'

View source: R/cqc_io.R

cqc_gsR Documentation

Construct a 'cqc_gs' object from a 'GatingSet'

Description

This is mainly for distpatch and wrapping many of the qc operations on a cqc_cf_list object for the GatingSet's underlying data

Usage

cqc_gs(x)

Arguments

x

a GatingSet object

Examples

## Not run: 
gs_path <- system.file("extdata", "gslist_manual_QC", "gs1", package = "cytoqc")
gs <- load_gs(gs_path)
qc_gs <- cqc_gs(gs)

## End(Not run)

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