Package: tidyFlowCore Type: Package Title: tidyFlowCore: Bringing flowCore to the tidyverse Version: 1.7.0 Authors@R: c(person(given = "Timothy", family = "Keyes", role = c("cre"), email = "tkeyes@stanford.edu", comment = c(ORCID = "0000-0003-0423-9679")), person(given = "Kara", family = "Davis", role = c("rth", "own"), email = "kldavis@stanford.edu"), person(given = "Garry", family = "Nolan", role = c("rth", "own"), email = "gnolan@stanford.edu")) Description: tidyFlowCore bridges the gap between flow cytometry analysis using the flowCore Bioconductor package and the tidy data principles advocated by the tidyverse. It provides a suite of dplyr-, ggplot2-, and tidyr-like verbs specifically designed for working with flowFrame and flowSet objects as if they were tibbles; however, your data remain flowCore data structures under this layer of abstraction. tidyFlowCore enables intuitive and streamlined analysis workflows that can leverage both the Bioconductor and tidyverse ecosystems for cytometry data. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/keyes-timothy/tidyFlowCore, https://keyes-timothy.github.io/tidyFlowCore/ BugReports: https://github.com/keyes-timothy/tidyFlowCore/issues Depends: R (>= 4.3) Imports: Biobase, dplyr, flowCore, ggplot2, methods, purrr, rlang, stats, stringr, tibble, tidyr RoxygenNote: 7.3.1 Suggests: BiocStyle, HDCytoData, knitr, RefManageR, rmarkdown, sessioninfo, testthat (>= 3.0.0) Config/testthat/edition: 3 biocViews: SingleCell, FlowCytometry, Infrastructure VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:03:11 UTC RemoteUrl: https://github.com/bioc/tidyFlowCore RemoteRef: HEAD RemoteSha: 9f3a401979c614617d8a150a406cf75f2d2dec31 NeedsCompilation: no Packaged: 2026-07-04 06:32:24 UTC; root Author: Timothy Keyes [cre] (ORCID: ), Kara Davis [rth, own], Garry Nolan [rth, own] Maintainer: Timothy Keyes