-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
72 lines (72 loc) · 1.67 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
Package: ggcyto
Type: Package
Title: Visualize Cytometry data with ggplot
Version: 1.31.2
Date: 2015-11-02
Author: Mike Jiang
Maintainer: Mike Jiang <[email protected]>
Description: With the dedicated fortify method implemented for flowSet,
ncdfFlowSet and GatingSet classes, both raw and gated flow cytometry data
can be plotted directly with ggplot. ggcyto wrapper and some customed
layers also make it easy to add gates and population statistics to the
plot.
VignetteBuilder: knitr
Depends:
methods,
ggplot2(>= 3.5.0),
flowCore(>= 1.41.5),
ncdfFlow(>= 2.17.1),
flowWorkspace(>= 4.3.1)
Imports:
plyr,
scales,
hexbin,
data.table,
RColorBrewer,
gridExtra,
rlang
Suggests:
testthat,
flowWorkspaceData,
knitr,
rmarkdown,
flowStats,
openCyto,
flowViz,
ggridges,
vdiffr
License: file LICENSE
URL: https://github.com/RGLab/ggcyto/issues
biocViews: ImmunoOncology, FlowCytometry, CellBasedAssays, Infrastructure, Visualization
Collate:
'AllClasses.R'
'autoplot.R'
'axis_inverse_trans.R'
'compute_stats.R'
'faust_gating_plot.R'
'fortify.R'
'fortify_fs.R'
'geom_gate.R'
'geom_hvline.R'
'geom_multi_range.R'
'geom_overlay.R'
'geom_stats.R'
'getFlowFrame.R'
'ggcyto.R'
'ggcyto_GatingLayout.R'
'ggcyto_GatingSet.R'
'ggcyto_flowSet.R'
'labs.R'
'ggcyto_par.R'
'ggplot_data_frame.R'
'merge.quad.gates.R'
'replace_data.R'
'scales_flowCore_fasinh.R'
'scales_flowJo_biexp.R'
'scales_flowJo_fasinh.R'
'scales_logicle.R'
'stat_position.R'
'transform_gate.R'
'utility.R'
RoxygenNote: 7.2.1
Roxygen: list(markdown=TRUE)