Name Mode Size
..
CytoExploreR_exports.Rd 100644 1 kb
add.Rd 100644 1 kb
as.data.table.Rd 100644 0 kb
boolMethod-class.Rd 100644 0 kb
dims-gtMethod-method.Rd 100644 0 kb
dummyMethod-class.Rd 100644 0 kb
fast_rlm.Rd 100644 1 kb
fcEllipsoidGate-class.Rd 100644 0 kb
fcEllipsoidGate.Rd 100644 0 kb
fcFilter-class.Rd 100644 0 kb
fcFilterList-class.Rd 100644 0 kb
fcFilterList.Rd 100644 0 kb
fcPolygonGate-class.Rd 100644 0 kb
fcPolygonGate.Rd 100644 0 kb
fcRectangleGate-class.Rd 100644 0 kb
fcRectangleGate.Rd 100644 0 kb
fcTree-class.Rd 100644 0 kb
fcTree.Rd 100644 0 kb
gate_flowclust_1d.Rd 100644 4 kb
gate_flowclust_2d.Rd 100644 5 kb
gate_mindensity.Rd 100644 2 kb
gate_mindensity2.Rd 100644 1 kb
gate_quad_sequential.Rd 100644 1 kb
gate_quad_tmix.Rd 100644 1 kb
gate_quantile.Rd 100644 1 kb
gate_singlet.Rd 100644 2 kb
gatingTemplate-class.Rd 100644 4 kb
generate_gate_template.Rd 100644 2 kb
getGate-fcTree-character-method.Rd 100644 0 kb
getNodes-fcTree-method.Rd 100644 0 kb
gh_generate_template.Rd 100644 1 kb
groupBy-gtMethod-method.Rd 100644 1 kb
gs_add_gating_method.Rd 100644 3 kb
gs_add_gating_method_init.Rd 100644 2 kb
gs_remove_gating_method.Rd 100644 1 kb
gtMethod-class.Rd 100644 1 kb
gtPopulation-class.Rd 100644 1 kb
gtSubsets-class.Rd 100644 0 kb
gt_gating.Rd 100644 2 kb
gt_get_children.Rd 100644 1 kb
gt_get_gate.Rd 100644 1 kb
gt_get_nodes.Rd 100644 1 kb
gt_get_parent.Rd 100644 1 kb
gt_list_methods.Rd 100644 0 kb
gt_toggle_helpergates.Rd 100644 1 kb
isCollapse-gtMethod-method.Rd 100644 1 kb
names-gtMethod-method.Rd 100644 1 kb
names-gtPopulation-method.Rd 100644 0 kb
ocRectRefGate-class.Rd 100644 0 kb
ocRectRefGate.Rd 100644 0 kb
ocRectangleGate-class.Rd 100644 0 kb
openCyto-deprecated.Rd 100644 2 kb
openCyto.Rd 100644 1 kb
openCyto.options.Rd 100644 1 kb
parameters-gtMethod-method.Rd 100644 0 kb
plot-fcFilterList-ANY-method.Rd 100644 1 kb
plot-fcTree-character-method.Rd 100644 1 kb
plot-gatingTemplate-missing-method.Rd 100644 1 kb
polyFunctions-class.Rd 100644 0 kb
posteriors-fcFilter-ANY-method.Rd 100644 1 kb
ppMethod-class.Rd 100644 0 kb
ppMethod-gatingTemplate-character-method.Rd 100644 1 kb
preprocessing-ppMethod-GatingSet-method.Rd 100644 1 kb
prior_flowclust.Rd 100644 2 kb
priors-fcFilter-ANY-method.Rd 100644 1 kb
refGate-class.Rd 100644 0 kb
register_plugins.Rd 100644 2 kb
show-boolMethod-method.Rd 100644 0 kb
show-fcFilter-method.Rd 100644 0 kb
show-gatingTemplate-method.Rd 100644 0 kb
show-gtMethod-method.Rd 100644 0 kb
README.md
openCyto [<img src="logo_mid.png"/>](http://github.com/RGLab/openCyto) ======== [![Build Status](https://github.com/RGLab/openCyto/workflows/build/badge.svg?branch=master)](https://github.com/RGLab/openCyto/actions) An R package that providing an automated data analysis pipeline for flow cytometry. ### Reporting Bugs or Issues - Use the issue template in github when creating a new issue. - Follow the instructions in the template (do your background reading). - Search and verify that the issue hasn't already been addressed. - Check the Bioconductor support site. - Make sure your flow packages are up to date. - THEN if your issue persists, file a bug report. Otherwise, we may close your issue without responding. ## Documentation Resources The [github-pages](http://opencyto.org) site documentation is a bit outdated. The [package vignettes](http://www.bioconductor.org/packages/devel/bioc/html/openCyto.html) are the current best resource to get started with the openCyto. - [An introduction to the openCyto package](https://bioconductor.org/packages/devel/bioc/vignettes/openCyto/inst/doc/openCytoVignette.html) - [How to use different auto gating functions](https://bioconductor.org/packages/devel/bioc/vignettes/openCyto/inst/doc/HowToAutoGating.html) - [How to write a csv gating template](https://bioconductor.org/packages/devel/bioc/vignettes/openCyto/inst/doc/HowToWriteCSVTemplate.html) The `add_pop()` API is a good interactive approach to building up a template, population by population. It takes arguments found in the `csv` template, performs the gating of a `GatingSet` or `GatingHierarchy` and returns a line of text that can be added to a `csv` template.