-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
84 lines (84 loc) · 2.13 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
Package: flowCore
Title: flowCore: Basic structures for flow cytometry data
Version: 2.17.1
Authors@R: personList(person("B","Ellis", role = "aut"),
person("Perry", "Haaland", role = "aut"),
person("Florian", "Hahne", role = "aut"),
person("Nolwenn", "Le Meur", role = "aut"),
person("Nishant", "Gopalakrishnan", role = "aut"),
person("Josef", "Spidlen", role = "aut"),
person("Mike", "Jiang", role = c("aut","cre"), email = "[email protected]"),
person("Greg", "Finak", role = "aut"),
person("Samuel","Granjeaud", role = "ctb"))
Maintainer: Mike Jiang <[email protected]>
Description: Provides S4 data structures and basic functions to deal with flow
cytometry data.
Depends:
R (>= 3.0.2)
Imports:
Biobase,
BiocGenerics (>= 0.29.2),
grDevices,
graphics,
methods,
stats,
utils,
stats4,
Rcpp,
matrixStats,
cytolib (>= 2.13.1),
S4Vectors
Suggests:
Rgraphviz,
flowViz,
flowStats (>= 3.43.4),
testthat,
flowWorkspace,
flowWorkspaceData,
openCyto,
knitr,
ggcyto,
gridExtra
Collate:
AllGenerics.R
AllClasses.R
flowFrame-accessors.R
flowSet-accessors.R
transform_gate-methods.R
coerce.R
logicalFilterResult-accessors.R
summarizeFilter-methods.R
filterSummary-accessors.R
manyFilterResult-accessors.R
summary-methods.R
multipleFilterResult-accessors.R
on-methods.R
transformList-accessors.R
identifier-methods.R
parameters-methods.R
initialize-methods.R
filterResult-accessors.R
in-methods.R
rectangleGate-accessors.R
filterResultList-accessors.R
IO.R
show-methods.R
length-methods.R
names-methods.R
split-methods.R
eval-methods.R
gatingML.R
FCSTransTransform.R
median-logicle-transform.R
utils.R
flowCore.R
GvHD.R
CytoExploreR_wrappers.R
cpp11.R
License: Artistic-2.0
biocViews: ImmunoOncology, Infrastructure, FlowCytometry, CellBasedAssays
LinkingTo: cpp11, BH(>= 1.81.0.0), cytolib, RProtoBufLib
VignetteBuilder: knitr
SystemRequirements: GNU make, C++11
RoxygenNote: 7.2.3
Encoding: UTF-8