-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
83 lines (83 loc) · 2.04 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
Package: flowWorkspace
Type: Package
Version: 4.15.5
Title: Infrastructure for representing and interacting with gated and ungated cytometry data sets.
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: AGPL-3.0-only
License_restricts_use: no
LazyLoad: yes
Imports:
Biobase,
BiocGenerics,
cytolib (>= 2.13.1),
XML,
ggplot2,
graph,
graphics,
grDevices,
methods,
stats,
stats4,
utils,
RBGL,
tools,
Rgraphviz,
data.table,
dplyr,
scales(>= 1.3.0),
matrixStats,
RProtoBufLib,
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'
'filterObject_Methods.R'
'add_Methods.R'
'copyNode.R'
'cpp11.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: cpp11, BH(>= 1.62.0-1), RProtoBufLib(>= 1.99.4), cytolib (>= 2.3.7),Rhdf5lib
VignetteBuilder: knitr
biocViews: ImmunoOncology, FlowCytometry, DataImport, Preprocessing, DataRepresentation
SystemRequirements: GNU make, C++11
Encoding: UTF-8
RoxygenNote: 7.2.3