-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.16 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
Package: NPflow
Type: Package
Title: Bayesian Nonparametrics for Automatic Gating of Flow-Cytometry Data
Version: 0.13.5
Date: 2024-01-13
Authors@R: c(person(c("Boris", "P"), "Hejblum", role = c("aut", "cre"),
email = "[email protected]"),
person("Chariff", "Alkhassim", role = c("aut"),
email = "[email protected]"),
person("Francois", "Caron", role = c("aut"),
email = "[email protected]")
)
LinkingTo: Rcpp, RcppArmadillo
Depends:
R (>= 3.1),
Rcpp (>= 0.12.11),
truncnorm
Imports:
graphics,
stats,
grDevices,
ellipse,
fastcluster,
ggplot2,
pheatmap,
reshape2,
GGally
Suggests:
foreach,
parallel,
doParallel,
itertools,
microbenchmark
Description: Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions
modeling oriented towards flow-cytometry data preprocessing applications. Method is
detailed in: Hejblum, Alkhassimn, Gottardo, Caron & Thiebaut (2019) <doi: 10.1214/18-AOAS1209>.
License: LGPL-3 | file LICENSE
BugReports: https://github.com/sistm/NPflow/issues
Encoding: UTF-8
RoxygenNote: 7.3.0