-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·91 lines (91 loc) · 1.66 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: cecelia
Type: Package
Title: Framework for image and flow cytometry analysis
Version: 0.01
Date: 2022-07-13
Authors@R: c(
person(
"Dominik", "Schienstock", email = "schienstockd@student.unimelb.edu.au",
role = c("cre", "aut"), comment = c(ORCID = "0000-0001-8440-0009")))
Author: Dominik Schienstock
Maintainer: Dominik Schienstock <schienstockd@student.unimelb.edu.au>
Description: Set of core functions that are used to produce a shiny app for immunological image and flow cytometry analysis.
License: GPL (>= 3)
biocViews:
Imports:
Rcpp (>= 1.0.8),
data.table (>= 1.14.2),
config (>= 0.3.1),
shiny (>= 1.7.2),
ggplot2,
reticulate,
memoise,
httpuv,
tools,
xfun,
interp,
BiocManager,
stringr,
stringi,
jsonlite,
optparse,
DBI,
DT,
readr,
xml2,
config,
caTools,
celltrackR,
dbscan,
pkgconfig,
assertthat,
gtable,
scales,
munsell,
fs,
RcppParallel,
deldir,
XML,
MASS,
R.utils,
R.methodsS3,
R.oo,
clue,
cluster,
corpcor,
ellipse,
mnormt,
IDPmisc,
KernSmooth,
hexbin,
rrcov,
mvtnorm,
robustbase,
DEoptimR,
pcaPP,
ks,
pracma,
RcppArmadillo,
BH,
spatstat,
RSQLite,
remotes,
randomcoloR,
purrr,
ggpubr,
DescTools,
depmixS4,
ggrepel,
geometry,
lubridate,
ggquiver,
concaveman
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://github.com/schienstockd/cecelia
BugReports: https://github.com/schienstockd/cecelia/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3