Package: tidygate
Type: Package
Title: Add Gate Information to Your Tibble
Version: 0.4.0
Authors@R: 
    c(person(given = "Stefano",
           family = "Mangiola",
           role = c("aut", "cre"),
           email = "mangiolastefano@gmail.com"),
      person(given = "Wajid",
             family = "Jawaid",
             role = "ctb"))
Maintainer: Stefano Mangiola <mangiolastefano@gmail.com>
Description: It interactively or programmatically label points within custom gates on two dimensions. 
    The information is added to your tibble. It is based on the package 'gatepoints' from Wajid Jawaid (who is also author of this package). The code of gatepoints was nto integrated in tidygate. 
    The benefits are (i) in interactive mode you can draw your gates on extensive 'ggplot'-like scatter plots; 
    (ii) you can draw multiple gates; and (iii) you can save your gates and apply the programmatically.
License: GPL-3
Depends: R (>= 3.6.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: methods, lme4, stats, utils, graphics, lifecycle, scales,
        magrittr, tibble, dplyr, tidyselect, purrr, rlang, tidyr,
        viridis, grDevices, RColorBrewer, stringr
RdMacros: lifecycle
Suggests: testthat, markdown, knitr
VignetteBuilder: knitr
Biarch: true
biocViews: AssayDomain, Infrastructure
NeedsCompilation: no
Packaged: 2021-01-18 00:31:18 UTC; mangiola.s
Author: Stefano Mangiola [aut, cre],
  Wajid Jawaid [ctb]
Repository: CRAN
Date/Publication: 2021-01-18 16:30:03 UTC
