11# Generated by roxygen2: do not edit by hand
22
33S3method(as_tibble,SummarizedExperiment)
4+ S3method(bind_cols,RangedSummarizedExperiment)
45S3method(bind_cols,SummarizedExperiment)
5- S3method(bind_cols,default)
66S3method(bind_rows,SummarizedExperiment)
7- S3method(bind_rows,default)
87S3method(count,SummarizedExperiment)
9- S3method(count,default)
108S3method(distinct,SummarizedExperiment)
119S3method(extract,SummarizedExperiment)
1210S3method(filter,SummarizedExperiment)
@@ -38,8 +36,8 @@ S3method(tidy,SummarizedExperiment)
3836S3method(unite,SummarizedExperiment)
3937S3method(unnest,tidySummarizedExperiment_nested)
4038export("%>%")
39+ export()
4140export(as_tibble)
42- export(bind_cols)
4341export(bind_rows)
4442export(count)
4543export(distinct)
@@ -70,8 +68,6 @@ export(tidy)
7068export(unite)
7169export(unnest)
7270export(unnest_summarized_experiment)
73- import(dplyr)
74- import(tidyr)
7571importFrom(S4Vectors,"metadata<-")
7672importFrom(S4Vectors,DataFrame)
7773importFrom(S4Vectors,SimpleList)
@@ -92,6 +88,8 @@ importFrom(dplyr,distinct)
9288importFrom(dplyr,distinct_at)
9389importFrom(dplyr,filter)
9490importFrom(dplyr,full_join)
91+ importFrom(dplyr,group_by)
92+ importFrom(dplyr,group_by_drop_default)
9593importFrom(dplyr,inner_join)
9694importFrom(dplyr,left_join)
9795importFrom(dplyr,mutate)
@@ -145,6 +143,7 @@ importFrom(rlang,names2)
145143importFrom(rlang,quo_is_null)
146144importFrom(rlang,quo_name)
147145importFrom(rlang,quo_squash)
146+ importFrom(stats,setNames)
148147importFrom(stringr,regex)
149148importFrom(stringr,str_detect)
150149importFrom(stringr,str_replace)
@@ -163,5 +162,7 @@ importFrom(tidyr,unite)
163162importFrom(tidyr,unnest)
164163importFrom(tidyselect,eval_select)
165164importFrom(tidyselect,one_of)
165+ importFrom(ttservice,bind_cols)
166+ importFrom(ttservice,bind_rows)
166167importFrom(utils,tail)
167168importFrom(vctrs,new_data_frame)
0 commit comments