-
Notifications
You must be signed in to change notification settings - Fork 25
/
_pkgdown.yml
158 lines (157 loc) · 4.33 KB
/
_pkgdown.yml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
destination: docs
reference:
- title: "Data: Classes"
desc: >
Classes for managing the data from one or more cytometry datasets (FCS files).
contents:
- flowFrame-class
- flowSet-class
- coerce
- flowSet_to_list
- title: "Data: Methods"
desc: >
Methods for accessing the data and metadata associated with flowFrame or flowSet objects.
contents:
- Subset-methods
- each_col
- fr_append_cols
- getIndexSort-methods
- fsApply
- identifier
- markernames
- getChannelMarker
- parameters-methods
- keyword-methods
- title: "Reading/writing data"
desc: >
Methods for reading/writing cytometry data and metadata from FCS files to/from flowCore data structures.
contents:
- read.FCS
- read.FCSheader
- read.flowSet
- collapse_desc
- write.FCS
- write.flowSet
- title: "Compensation"
desc: >
Classes to represent compensation to be applied to raw cytometry data and methods to apply them.
contents:
- compensation-class
- decompensate-methods
- compensatedParameter-class
- title: "Filters: Classes"
desc: >
Classes representing general filters applied to cytometry data and methods to create them.
contents:
- filter-class
- concreteFilter-class
- transformFilter-class
- expressionFilter-class
- parameterFilter-class
- filterList-class
- filters-class
- filtersList-class
- filterResult-class
- filterResultList-class
- filterSummary-class
- filterSummaryList-class
- filterReference-class
- filterDetails
- timeFilter-class
- boundaryFilter-class
- kmeansFilter-class
- unionFilter-class
- intersectFilter-class
- complementFilter-class
- subsetFilter-class
- setOperationFilter-class
- sampleFilter-class
- logicalFilterResult-class
- randomFilterResult-class
- manyFilterResult-class
- title: "Filters: Methods"
desc: >
Methods for applying filters, accessing information about them, and logically combining them.
contents:
- '%&%'
- '%in%'
- '%on%'
- filter-methods
- split-methods
- summarizeFilter-methods
- title: "Gates: Classes"
desc: >
Classes representing geometric gates (which are themselves filter objects).
Note that gates are applied to data in the same way as other filters.
contents:
- rectangleGate-class
- quadGate-class
- polygonGate-class
- polytopeGate-class
- ellipsoidGate-class
- title: "Gates: Methods"
desc: >
Methods for applying simple geometric manipulations to gates.
contents:
- transform_gate
- scale_gate
- shift_gate
- rotate_gate
- title: "Transformations"
desc: >
Classes for representing transformations to be applied to cytometry data in analysis
and methods for generating them, interacting with them, and applying them.
contents:
- transform
- transform-class
- transformList-class
- transformMap-class
- transformReference-class
- parameterTransform-class
- unitytransform-class
- scaleTransform
- truncateTransform
- dg1polynomial-class
- ratio-class
- ratiotGml2-class
- linearTransform
- lintGml2-class
- squareroot-class
- quadratic-class
- quadraticTransform
- exponential-class
- logarithm-class
- logTransform
- logtGml2-class
- hyperlog-class
- hyperlogtGml2-class
- lnTransform
- splitscale-class
- splitScaleTransform
- invsplitscale-class
- sinht-class
- asinht-class
- arcsinhTransform
- asinhtGml2-class
- biexponentialTransform
- EHtrans-class
- logicleTransform
- FCSTransTransform
- logicletGml2-class
- estimateMedianLogicle
- inverseLogicleTransform
- normalization-class
- title: "Data"
desc: >
Datasets included for use in examples to illustrate flowCore functionality
contents:
- GvHD
navbar:
title: flowCore
right:
- icon: fas fa fa-github fa-lg
href: https://github.com/RGLab/flowCore
articles:
- title: Introduction
contents:
- HowTo-flowCore