-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.47 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
Package: easyXpress
Title: A Package to Read, Process, and Analyze Worm Data Generated from CellProfiler’s WormToolbox
Version: 2.0.0
Authors@R: c(
person(given = "Tim",
family = "Crombie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5645-4154")),
person(given = "Joy",
family = "Nyaanga",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1402-9213")),
person(given = "Sam",
family = "Widmayer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1200-4768")))
Description: A workflow for the reading, processing, and visualization
of nematode morphology data extracted from images using
CellProfiler's WormToolbox.
Includes a powerful suite of functions to process
large high-throughput image based datasets.
Depends:
R (>= 3.5.0)
Imports:
data.table,
rprojroot,
rebus,
png,
cowplot,
grid,
stats,
rlang,
viridis,
plotly,
tidyverse,
imager,
fs,
gridExtra,
dplyr,
ggplot2,
pals,
gbm
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
devtools,
knitr,
rmarkdown,
glue,
purrr,
readr,
stringr,
tibble,
tidyr,
tidyselect,
progress
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: http://andersenlab.org/easyXpress/