forked from RGLab/flowWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
99 lines (99 loc) · 2.34 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
Package: flowWorkspace
Type: Package
Title: Infrastructure for representing and interacting with gated and ungated cytometry data sets.
Version: 4.9.1.1
Date: 2011-06-10
Author: Greg Finak, Mike Jiang
Maintainer: Greg Finak <[email protected]>, Mike Jiang <[email protected]>
Description: This package is designed to facilitate comparison of automated
gating methods against manual gating done in flowJo. This package allows
you to import basic flowJo workspaces into BioConductor and replicate the
gating from flowJo using the flowCore functionality. Gating hierarchies,
groups of samples, compensation, and transformation are performed so that
the output matches the flowJo analysis.
License: file LICENSE
License_restricts_use: yes
LazyLoad: yes
Imports:
Biobase,
BiocGenerics,
cytolib (>= 2.3.9),
lattice,
latticeExtra,
XML,
ggplot2,
graph,
graphics,
grDevices,
methods,
stats,
stats4,
utils,
RBGL,
tools,
Rgraphviz,
data.table,
dplyr,
tidyr,
tibble,
Rcpp,
scales,
matrixStats,
RcppParallel,
RProtoBufLib,
digest,
aws.s3,
aws.signature,
flowCore(>= 2.1.1),
ncdfFlow(>= 2.25.4),
S4Vectors,
SummarizedExperiment,
DelayedArray,
SingleCellExperiment,
TreeSummarizedExperiment
Collate:
'cytoframe.R'
'cytoset.R'
'AllClasses.R'
'CytoArray.R'
'getStats.R'
'GatingHierarchy_Methods.R'
'GatingSet_Methods.R'
'GatingSetList_Methods.R'
'RcppExports.R'
'filterObject_Methods.R'
'add_Methods.R'
'copyNode.R'
'cytoctx.R'
'cytoexperiment.R'
'deprecated.R'
'flow_trans.R'
'getDescendants.R'
'getSingleCellExpression.R'
'gsexperiment.R'
'identifier.R'
'load_fcs.R'
'load_gs.R'
'merge_GatingSet.R'
'merge_gslist.R'
'moveNode.R'
'parse_transformer.R'
'setGate_Methods.R'
'updateIndices.R'
'utils.R'
'zzz.R'
Suggests:
testthat,
flowWorkspaceData (>= 2.23.2),
knitr,
rmarkdown,
ggcyto,
parallel,
CytoML,
openCyto
LinkingTo: Rcpp, BH(>= 1.62.0-1), RProtoBufLib(>= 1.99.4), cytolib (>= 2.3.7),Rhdf5lib, RcppArmadillo, RcppParallel(>= 4.4.2-1)
VignetteBuilder: knitr
biocViews: ImmunoOncology, FlowCytometry, DataImport, Preprocessing, DataRepresentation
SystemRequirements: GNU make, C++11
Encoding: UTF-8
RoxygenNote: 7.1.2