-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·59 lines (59 loc) · 1.43 KB
/
DESCRIPTION
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
Package: tidygate
Type: Package
Title: Interactively Gate Points
Version: 1.0.14
Authors@R:
c(person(given = "Stefano",
family = "Mangiola",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Wajid",
family = "Jawaid",
role = "ctb"),
person(given = "William",
family = "Hutchison",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0009-0001-6242-4269"))
)
Maintainer: Stefano Mangiola <[email protected]>
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.1
Depends:
R (>= 3.6.0)
Imports:
utils,
graphics,
lifecycle,
scales,
magrittr,
tibble,
dplyr,
purrr,
rlang,
tidyr,
viridis,
grDevices,
RColorBrewer,
stringr,
shiny,
plotly,
ggplot2
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