forked from theMILOlab/cypro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
103 lines (103 loc) · 2.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
92
93
94
95
96
97
98
99
100
101
102
103
Package: cypro
Type: Package
Title: A Toolbox for Analysis of Single Cell Microscopy Data
Version: 0.2.0
Authors@R: as.person(c(
"Jan Kueckelhaus <[email protected]> [aut, cre]",
"Dieter-Henrik Heiland <[email protected]> [aut]"
))
Description: This package provides a framework of functions and shiny applications for handling, analyzing and visualizing multitudes of data files generated via high throughput microscopy.
Encoding: UTF-8
LazyData: true
License: GPL-3
BugReports: https://github.com/theMILOlab/cypro/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
bbmle,
cluster,
english,
dplyr,
ggplot2,
ggpubr,
glue,
lubridate,
readr,
readxl,
progress,
psych,
purrr,
stringr,
stringi,
tidyr,
shiny,
shinybusy,
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinyFeedback,
shinyFiles,
shinyhelper,
shinyWidgets,
shinyjqui
Collate:
'S4-documentation.R'
'add-family.R'
'animate-family.R'
'batch-effect-detection.R'
'check-family.R'
'checkpoint.R'
'clustering-hierarchical.R'
'clustering-initiation.R'
'clustering-kmeans.R'
'clustering-pam.R'
'complete-family.R'
'compute-family.R'
'correlation-analysis.R'
'cypro-modules-computation-aid.R'
'cypro-modules-miscellaneous.R'
'cypro-modules.R'
'default-instructions.R'
'deprecated.R'
'dimensional-reduction.R'
'discard-family.R'
'documentation-dummies.R'
'get-family.R'
'ggplot2-helper.R'
'helper-family.R'
'imported-functions.R'
'loading-and-saving.R'
'logical-tests.R'
'miscellaneous.R'
'mutate-data-frames.R'
'n-functions.R'
'normalization.R'
'object-initiation.R'
'outlier-detection.R'
'plot-family-statistics.R'
'plot-miscellaneous.R'
'plot-module-migration.R'
'plot-time-lapse.R'
'predefined-shiny-widgets.R'
'print-subset-history.R'
'print-summary.R'
'r-objects.R'
'rename-content.R'
'set-family.R'
'set-up-family.R'
'shiny-functions.R'
'shiny-html-generating-functions.R'
'shiny-module-design-experiment-server.R'
'shiny-module-design-experiment-ui.R'
'shiny-module-load-data-by-file-server-helper.R'
'shiny-module-load-data-by-file-server.R'
'shiny-module-load-data-by-file-ui.R'
'shiny-module-load-data-server.R'
'shiny-module-load-data-ui.R'
'shiny-module-quality-check-server.R'
'shiny-module-quality-check-ui.R'
'statistic-functions.R'
'subset-object.R'
'summarize-timelapse-data.R'
'update-cypro-object.R'
'valid-input-options.R'