Package: flowGate Type: Package Title: Interactive Cytometry Gating in R Version: 1.13.1 Authors@R: c(person("Andrew", "Wight", email = "andrew.wight10@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3116-8722")), person("Harvey", "Cantor", email = "Harvey_Cantor@dfci.harvard.edu", role = c("aut", "ldr"), comment = c(ORCID = "0000-0002-3313-2478"))) Description: flowGate adds an interactive Shiny app to allow manual GUI-based gating of flow cytometry data in R. Using flowGate, you can draw 1D and 2D span/rectangle gates, quadrant gates, and polygon gates on flow cytometry data by interactively drawing the gates on a plot of your data, rather than by specifying gate coordinates. This package is especially geared toward wet-lab cytometerists looking to take advantage of R for cytometry analysis, without necessarily having a lot of R experience. License: MIT + file LICENSE URL: https://www.bioconductor.org/packages/release/bioc/html/flowGate.html BugReports: https://github.com/NKInstinct/flowGate/issues Encoding: UTF-8 Imports: shiny (>= 1.5.0), BiocManager (>= 1.30.10), flowCore (>= 2.0.1), dplyr (>= 1.0.0), ggplot2 (>= 3.3.2), rlang (>= 0.4.7), purrr, tibble, methods, openCyto, stringr Depends: flowWorkspace (>= 4.0.6), ggcyto (>= 1.16.0), R (>= 4.4) RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, tidyverse, testthat, vdiffr VignetteBuilder: knitr biocViews: Software, WorkflowStep, FlowCytometry, Preprocessing, ImmunoOncology, DataImport Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-07-02 17:43:42 UTC RemoteUrl: https://github.com/bioc/flowGate RemoteRef: HEAD RemoteSha: 244faae229b0926a0c8c16c2b2883472f33d8593 NeedsCompilation: no Packaged: 2026-07-02 21:07:46 UTC; root Author: Andrew Wight [aut, cre] (ORCID: ), Harvey Cantor [aut, ldr] (ORCID: ) Maintainer: Andrew Wight