-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·60 lines (60 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
executable file
·60 lines (60 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: tidygate
Type: Package
Title: Interactively Gate Points
Version: 1.0.16
Authors@R:
c(person(given = "Stefano",
family = "Mangiola",
role = c("aut", "cre"),
email = "mangiolastefano@gmail.com"),
person(given = "Wajid",
family = "Jawaid",
role = "ctb"),
person(given = "William",
family = "Hutchison",
role = "aut",
email = "hutchison.w@wehi.edu.au",
comment = c(ORCID = "0009-0001-6242-4269"))
)
Maintainer: Stefano Mangiola <mangiolastefano@gmail.com>
Description:
Interactively gate points on a scatter plot. Interactively drawn gates are
recorded and can be applied programmatically to reproduce results exactly. Programmatic gating is
based on the package gatepoints by Wajid Jawaid (who is also an author of this package).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.6.0)
Imports:
utils,
graphics,
lifecycle,
scales,
magrittr,
tibble,
dplyr,
purrr,
rlang,
tidyr,
viridis,
grDevices,
RColorBrewer,
stringr,
shiny,
plotly,
ggplot2,
xfun
RdMacros: lifecycle
Suggests:
testthat,
markdown,
knitr,
readr
VignetteBuilder:
knitr
Biarch: true
biocViews: AssayDomain, Infrastructure
URL: https://github.com/stemangiola/tidygate
BugReports: https://github.com/stemangiola/tidygate/issues