-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.72 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
Package: CytoPipelineGUI
Title: GUI's for visualization of flow cytometry data analysis pipelines
Version: 1.5.1
Authors@R:
c(person(given = "Philippe",
family = "Hauchamps",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2865-1852")),
person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1520-2268")),
person(given = "Dan",
family = "Lin",
role = "ctb",
email = "[email protected]"))
Description: This package is the companion of the `CytoPipeline` package.
It provides GUI's (shiny apps) for the visualization of flow cytometry data
analysis pipelines that are run with `CytoPipeline`.
Two shiny applications are provided, i.e.
an interactive flow frame assessment and comparison tool and
an interactive scale transformations visualization and adjustment tool.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/UCLouvain-CBIO/CytoPipelineGUI/issues
URL: https://uclouvain-cbio.github.io/CytoPipelineGUI
biocViews: FlowCytometry, Preprocessing, QualityControl, WorkflowStep,
ImmunoOncology, Software, Visualization, GUI, ShinyApps
Collate:
plots.R
shiny-functions.R
shiny-scaleTransform-module.R
shiny.R
CytoPipelineGUI-package.R
Depends:
R (>= 4.4),
CytoPipeline
Imports:
shiny,
plotly,
ggplot2,
flowCore
Suggests:
testthat (>= 3.0.0),
vdiffr,
diffviewer,
knitr,
rmarkdown,
BiocStyle,
patchwork
VignetteBuilder: knitr
Config/testthat/edition: 3