-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.45 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
60
61
62
63
64
65
66
67
68
69
Package: gateR
Type: Package
Title: Flow/Mass Cytometry Gating via Spatial Kernel Density Estimation
Version: 0.1.15
Date: 2024-01-23
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9477-8582")),
person(given = "Elena",
family = "Hsieh",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3969-6597")),
person(given = "Debashis",
family = "Ghosh",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6618-1316")),
person(given = "Lance A.",
family = "Waller",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5002-8886")),
person(given = "NCI",
role = "cph"))
Maintainer: Ian D. Buller <[email protected]>
Description: Estimates statistically significant marker combination values within
which one immunologically distinctive group (i.e., disease case) is more associated than
another group (i.e., healthy control), successively, using various combinations (i.e.,
"gates") of markers to examine features of cells that may be different between
groups. For a two-group comparison, the 'gateR' package uses the spatial relative risk
function estimated using the 'sparr' package. Details about the 'sparr' package
methods can be found in the tutorial: Davies et al. (2018) <doi:10.1002/sim.7577>. Details
about kernel density estimation can be found in J. F. Bithell (1990) <doi:10.1002/sim.4780090616>.
More information about relative risk functions using kernel density estimation can be
found in J. F. Bithell (1991) <doi:10.1002/sim.4780101112>.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
fields,
graphics,
grDevices,
lifecycle,
rlang,
sparr,
SpatialPack,
spatstat.geom,
stats,
terra,
tibble
Suggests:
dplyr,
R.rsp,
spelling,
testthat,
usethis,
utils
VignetteBuilder: R.rsp
Language: en-US
URL: https://github.com/lance-waller-lab/gateR
BugReports: https://github.com/lance-waller-lab/gateR/issues