forked from RGLab/flowWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
91 lines (91 loc) · 2.18 KB
/
DESCRIPTION
File metadata and controls
91 lines (91 loc) · 2.18 KB
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
Package: flowWorkspace
Type: Package
Title: Infrastructure for representing and interacting with gated and ungated cytometry data sets.
Version: 4.5.3
Date: 2011-06-10
Author: Greg Finak, Mike Jiang
Maintainer: Greg Finak <greg@ozette.ai>, Mike Jiang <mike@ozette.ai>
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,
Rcpp,
scales,
matrixStats,
RcppParallel,
RProtoBufLib,
digest,
aws.s3,
aws.signature,
flowCore(>= 2.1.1),
ncdfFlow(>= 2.25.4),
DelayedArray,
S4Vectors
Collate:
'cytoframe.R'
'cytoset.R'
'AllClasses.R'
'getStats.R'
'GatingHierarchy_Methods.R'
'GatingSet_Methods.R'
'GatingSetList_Methods.R'
'RcppExports.R'
'filterObject_Methods.R'
'add_Methods.R'
'copyNode.R'
'cytoctx.R'
'deprecated.R'
'flow_trans.R'
'getDescendants.R'
'getSingleCellExpression.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.1