-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
130 lines (129 loc) · 3.49 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(arrange,flowFrame)
S3method(arrange,flowSet)
S3method(as_flowFrame,data.frame)
S3method(as_flowFrame,tof_tbl)
S3method(as_flowSet,data.frame)
S3method(as_flowSet,tof_tbl)
S3method(as_tof_tbl,data.frame)
S3method(as_tof_tbl,flowFrame)
S3method(as_tof_tbl,flowSet)
S3method(count,flowFrame)
S3method(count,flowSet)
S3method(filter,flowFrame)
S3method(filter,flowSet)
S3method(ggplot,flowFrame)
S3method(ggplot,flowSet)
S3method(group_by,flowFrame)
S3method(group_by,tof_tbl)
S3method(mutate,flowFrame)
S3method(mutate,flowSet)
S3method(mutate,tof_tbl)
S3method(nest,flowFrame)
S3method(nest,grouped_tof_tbl)
S3method(nest,tof_tbl)
S3method(pivot_longer,tof_tbl)
S3method(pivot_wider,tof_tbl)
S3method(pull,flowFrame)
S3method(pull,flowSet)
S3method(rename,flowFrame)
S3method(rename,flowSet)
S3method(rename_with,flowFrame)
S3method(rename_with,flowSet)
S3method(select,flowFrame)
S3method(select,flowSet)
S3method(slice,flowFrame)
S3method(slice,flowSet)
S3method(slice_head,flowFrame)
S3method(slice_head,flowSet)
S3method(slice_max,flowFrame)
S3method(slice_max,flowSet)
S3method(slice_min,flowFrame)
S3method(slice_min,flowSet)
S3method(slice_sample,flowFrame)
S3method(slice_sample,flowSet)
S3method(slice_sample,tof_tbl)
S3method(slice_tail,flowFrame)
S3method(slice_tail,flowSet)
S3method(summarise,flowFrame)
S3method(summarise,flowSet)
S3method(summarize,flowFrame)
S3method(summarize,flowSet)
S3method(transmute,flowFrame)
S3method(transmute,flowSet)
S3method(ungroup,flowSet)
S3method(ungroup,grouped_tof_tbl)
S3method(unnest,flowSet)
S3method(unnest,tof_tbl)
export(":=")
export(.data)
export(as_flowFrame)
export(as_flowSet)
export(as_tof_tbl)
export(simulate_cytometry_data)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_drop_default)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(flowCore,colnames)
importFrom(flowCore,exprs)
importFrom(flowCore,featureNames)
importFrom(flowCore,flowFrame)
importFrom(flowCore,flowSet)
importFrom(flowCore,fsApply)
importFrom(flowCore,identifier)
importFrom(flowCore,keyword)
importFrom(flowCore,pData)
importFrom(flowCore,phenoData)
importFrom(flowCore,sampleNames)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(methods,as)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,`.data`)
importFrom(rlang,`:=`)
importFrom(rlang,arg_match)
importFrom(rlang,enquos)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tibble,new_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)