-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
executable file
·150 lines (149 loc) · 4.69 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,SummarizedExperiment)
S3method(bind_cols,RangedSummarizedExperiment)
S3method(bind_cols,SummarizedExperiment)
S3method(bind_rows,SummarizedExperiment)
S3method(count,SummarizedExperiment)
S3method(distinct,SummarizedExperiment)
S3method(extract,SummarizedExperiment)
S3method(filter,SummarizedExperiment)
S3method(full_join,SummarizedExperiment)
S3method(ggplot,SummarizedExperiment)
S3method(group_by,SummarizedExperiment)
S3method(group_split,SummarizedExperiment)
S3method(inner_join,SummarizedExperiment)
S3method(left_join,SummarizedExperiment)
S3method(mutate,SummarizedExperiment)
S3method(nest,SummarizedExperiment)
S3method(pivot_longer,SummarizedExperiment)
S3method(pivot_wider,SummarizedExperiment)
S3method(plot_ly,SummarizedExperiment)
S3method(plot_ly,tbl_df)
S3method(print,SummarizedExperiment)
S3method(pull,SummarizedExperiment)
S3method(rename,SummarizedExperiment)
S3method(right_join,SummarizedExperiment)
S3method(rowwise,SummarizedExperiment)
S3method(sample_frac,SummarizedExperiment)
S3method(sample_n,SummarizedExperiment)
S3method(select,SummarizedExperiment)
S3method(separate,SummarizedExperiment)
S3method(slice,SummarizedExperiment)
S3method(summarise,SummarizedExperiment)
S3method(summarize,SummarizedExperiment)
S3method(tbl_format_header,tidySummarizedExperiment)
S3method(tidy,RangedSummarizedExperiment)
S3method(tidy,SummarizedExperiment)
S3method(unite,SummarizedExperiment)
S3method(unnest,tidySummarizedExperiment_nested)
export("%>%")
export(mutate_features)
export(mutate_samples)
export(tidy)
export(unnest_summarized_experiment)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,head)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"elementMetadata<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,cbind)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,elementMetadata)
importFrom(SummarizedExperiment,rbind)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_at)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_drop_default)
importFrom(dplyr,group_split)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,vars)
importFrom(ellipsis,check_dots_used)
importFrom(fansi,strwrap_ctl)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(lifecycle,deprecate_warn)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,equals)
importFrom(magrittr,set_rownames)
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(methods,getMethod)
importFrom(methods,is)
importFrom(pillar,align)
importFrom(pillar,get_extent)
importFrom(pillar,style_subtle)
importFrom(pillar,tbl_format_header)
importFrom(pkgconfig,get_config)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,dots_values)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,flatten_if)
importFrom(rlang,is_spliced)
importFrom(rlang,names2)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,one_of)
importFrom(ttservice,bind_cols)
importFrom(ttservice,bind_rows)
importFrom(ttservice,plot_ly)
importFrom(utils,packageDescription)
importFrom(utils,tail)
importFrom(vctrs,new_data_frame)