-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
executable file
·63 lines (62 loc) · 1.75 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
Package: faust
Title: Full Annotation Using Shape-constrained Trees
Version: 0.5.5
Authors@R: c(person("Evan", "Greene", email = "[email protected]", role = c("aut", "cre")),
person("Laurie", "Davies", role = c("ctb")),
person("J.R.M.", "Hosking", role=c("ctb")),
person("Arne", "Kovac", role = c("ctb")),
person("Martin", "Maechler", role = c("ctb")),
person("Joe", "Song", role = c("ctb")),
person("Haizhou", "Wang", role = c("ctb")),
person("Greg", "Finak", role = c("ctb","rev")))
Author: Evan Greene [aut, cre]
Maintainer: Evan Greene <[email protected]>
Description: FAUST implements the cytometry analysis method Full Annotation Using Shape-constrained Trees.
FAUST builds on the work of many others.
Its source contains modified files (conveyances) from the following R packages:
"Ckmeans.1d.dp", by Joe Song and Haizhou Wang;
"diptest" by Martin Maechler;
"ftnonpar" by Laurie Davies and Arne Kovac.
It also contains ports of functions from those packages.
In addition, it ports a function from: "lmom" by J. R. M. Hosking.
Imports:
scamp,
Biobase,
flowCore,
flowWorkspace,
tidyr,
utils,
grDevices,
stats,
ggplot2,
dplyr,
whisker,
data.table,
viridis,
cowplot,
ggridges,
fdrtool,
Rcpp,
uwot,
bit
VignetteBuilder: knitr
LinkingTo: Rcpp
Depends: R (>= 3.6.0)
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/FredHutch/faust
BugReports: https://github.com/FredHutch/faust/issues
SystemRequirements: C++11
Suggests:
parallel,
BiocManager,
testthat,
knitr,
mvtnorm,
MASS,
rmarkdown,
lme4,
multcomp