# Generated by roxygen2: do not edit by hand

S3method(arrange,default)
S3method(arrange,tidybulk)
S3method(bind_cols,default)
S3method(bind_cols,tidybulk)
S3method(bind_rows,default)
S3method(bind_rows,tidybulk)
S3method(distinct,default)
S3method(distinct,tidybulk)
S3method(filter,default)
S3method(filter,tidybulk)
S3method(full_join,default)
S3method(full_join,tidybulk)
S3method(group_by,default)
S3method(group_by,tidybulk)
S3method(inner_join,default)
S3method(inner_join,tidybulk)
S3method(left_join,default)
S3method(left_join,tidybulk)
S3method(mutate,default)
S3method(mutate,tidybulk)
S3method(nest,default)
S3method(nest,tidybulk)
S3method(rename,default)
S3method(rename,tidybulk)
S3method(right_join,default)
S3method(right_join,tidybulk)
S3method(rowwise,default)
S3method(rowwise,tidybulk)
S3method(summarise,default)
S3method(summarise,tidybulk)
S3method(ungroup,default)
S3method(ungroup,tidybulk)
export(adjust_abundance)
export(aggregate_duplicates)
export(arrange)
export(as_matrix)
export(as_tibble)
export(bind_cols)
export(bind_rows)
export(cluster_elements)
export(deconvolve_cellularity)
export(distinct)
export(do)
export(ensembl_to_symbol)
export(filter)
export(full_join)
export(group_by)
export(impute_abundance)
export(inner_join)
export(keep_abundant)
export(keep_variable)
export(left_join)
export(mutate)
export(nest)
export(pivot_sample)
export(pivot_transcript)
export(reduce_dimensions)
export(remove_redundancy)
export(rename)
export(right_join)
export(rotate_dimensions)
export(rowwise)
export(scale_abundance)
export(summarise)
export(symbol_to_entrez)
export(test_differential_abundance)
export(test_gene_enrichment)
export(tibble)
export(tidybulk)
export(tidybulk_SAM_BAM)
export(ungroup)
import(dplyr)
import(lifecycle)
import(parallel)
import(preprocessCore)
import(readr)
import(tibble)
import(tidyr)
importFrom(dplyr,bind_rows)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,summarise_all)
importFrom(lifecycle,deprecate_soft)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,equals)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(parallel,mclapply)
importFrom(purrr,as_mapper)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dfr)
importFrom(purrr,reduce)
importFrom(rlang,":=")
importFrom(rlang,dots_list)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,lsfit)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
