-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
24 lines (24 loc) · 908 Bytes
/
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
Package: hypergate
Title: Machine Learning of Hyperrectangular Gating Strategies for High-Dimensional Cytometry
Version: 0.8.5
Authors@R: c(
person("Etienne","Becht",email="[email protected]",role=c("cre","aut")),
person("Samuel","Granjeaud",email="[email protected]",role=c("ctb"))
)
Description: Given a high-dimensional dataset that typically represents a cytometry dataset, and a subset of the datapoints, this algorithm outputs an hyperrectangle so that datapoints within the hyperrectangle best correspond to the specified subset. In essence, this allows the conversion of clustering algorithms' outputs to gating strategies outputs.
Depends:
R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: stats,
grDevices,
utils,
graphics
Suggests: knitr,
rmarkdown,
flowCore,
sp,
sf
VignetteBuilder: knitr
RoxygenNote: 7.3.0