# Generated by roxygen2: do not edit by hand

export(analyze_in_out_simultaneity)
export(compare_enrichment)
export(compare_enrichment_depletion)
export(compare_enrichment_modifiers)
export(compare_expected_vs_observed)
export(custom_left_join)
export(run_apriori_freqitems)
export(run_apriori_rules)
export(run_apriori_rules_inout_simult)
export(run_apriori_rules_modifiers)
export(run_apriori_w_sample_names)
import(arules)
import(magrittr)
import(pwr)
import(sqldf)
importFrom(arules,DATAFRAME)
importFrom(arules,apriori)
importFrom(arules,supportingTransactions)
importFrom(arules,transactionInfo)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(methods,as)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,binom.test)
importFrom(stats,p.adjust)
importFrom(stringr,str_count)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sort)
importFrom(tidyr,separate)
