# Generated by roxygen2: do not edit by hand S3method(arrange,default) S3method(arrange,tidySCE) S3method(as_tibble,default) S3method(as_tibble,tidySCE) S3method(bind_cols,default) S3method(bind_cols,tidySCE) S3method(bind_rows,default) S3method(bind_rows,tidySCE) S3method(count,default) S3method(count,tidySCE) S3method(distinct,default) S3method(distinct,tidySCE) S3method(extract,default) S3method(extract,tidySCE) S3method(filter,default) S3method(filter,tidySCE) S3method(full_join,default) S3method(full_join,tidySCE) S3method(ggplot,tbl_df) S3method(ggplot,tidySCE) S3method(group_by,default) S3method(group_by,tidySCE) S3method(inner_join,default) S3method(inner_join,tidySCE) S3method(join_transcripts,default) S3method(join_transcripts,tidySCE) S3method(left_join,default) S3method(left_join,tidySCE) S3method(mutate,default) S3method(mutate,tidySCE) S3method(nest,default) S3method(nest,tidySCE) S3method(pivot_longer,default) S3method(pivot_longer,tidySCE) S3method(plot_ly,default) S3method(plot_ly,tidySCE) S3method(print,tidySCE) S3method(pull,default) S3method(pull,tidySCE) S3method(rename,default) S3method(rename,tidySCE) S3method(right_join,default) S3method(right_join,tidySCE) S3method(rowwise,default) S3method(rowwise,tidySCE) S3method(sample_frac,default) S3method(sample_frac,tidySCE) S3method(sample_n,default) S3method(sample_n,tidySCE) S3method(select,default) S3method(select,tidySCE) S3method(separate,default) S3method(separate,tidySCE) S3method(slice,default) S3method(slice,tidySCE) S3method(summarise,default) S3method(summarise,tidySCE) S3method(tidy,SingleCellExperiment) S3method(unite,default) S3method(unite,tidySCE) S3method(unnest,default) S3method(unnest,tidySCE_nested) export("%>%") export(arrange) export(as_tibble) export(bind_cols) export(bind_rows) export(count) export(distinct) export(extract) export(filter) export(full_join) export(ggplot) export(group_by) export(inner_join) export(join_transcripts) export(left_join) export(mutate) export(nest) export(pivot_longer) export(plot_ly) export(pull) export(rename) export(right_join) export(rowwise) export(sample_frac) export(sample_n) export(select) export(separate) export(slice) export(summarise) export(tidy) export(unite) export(unnest) import(SingleCellExperiment) importFrom(S4Vectors,DataFrame) importFrom(SingleCellExperiment,colData) importFrom(cli,cat_line) importFrom(dplyr,count) importFrom(dplyr,group_by_drop_default) importFrom(dplyr,mutate) importFrom(dplyr,pull) importFrom(dplyr,select) importFrom(dplyr,select_if) importFrom(ellipsis,check_dots_unnamed) importFrom(ellipsis,check_dots_used) importFrom(fansi,strwrap_ctl) importFrom(ggplot2,aes) importFrom(magrittr,"%$%") importFrom(magrittr,"%>%") importFrom(methods,as) importFrom(methods,show) importFrom(pillar,extra_cols) importFrom(pillar,squeeze) importFrom(pillar,style_subtle) importFrom(purrr,imap) importFrom(purrr,map) importFrom(purrr,map2) importFrom(purrr,map_chr) importFrom(purrr,reduce) importFrom(purrr,when) importFrom(rlang,":=") importFrom(rlang,dots_values) importFrom(rlang,enquo) importFrom(rlang,enquos) importFrom(rlang,expr) importFrom(rlang,flatten_if) importFrom(rlang,is_empty) importFrom(rlang,is_spliced) importFrom(rlang,names2) importFrom(rlang,quo_name) importFrom(rlang,quo_squash) importFrom(stringr,str_replace) importFrom(tibble,as_tibble) importFrom(tibble,enframe) importFrom(tibble,trunc_mat) importFrom(tidyr,extract) importFrom(tidyr,nest) importFrom(tidyr,pivot_longer) importFrom(tidyr,spread) importFrom(tidyr,unnest) importFrom(tidyselect,contains) importFrom(tidyselect,eval_select) importFrom(tidyselect,everything) importFrom(utils,tail)