# Generated by roxygen2: do not edit by hand

S3method(bootstrap,PerturbationData)
S3method(bootstrap,tbl_df)
S3method(filter,PerturbationData)
S3method(plot,HMAnalysedPerturbationData)
S3method(plot,NetworkAnalysedPerturbationData)
S3method(plot,PerturbationData)
S3method(rbind,PerturbationData)
export(bootstrap)
export(dataSet)
export(diffuse)
export(filter)
export(geneEffects)
export(graph)
export(hm)
export(inference)
export(isBootstrapped)
export(modelFit)
export(nestedGeneEffects)
export(params)
exportClasses(HMAnalysedPerturbationData)
exportClasses(NetworkAnalysedPerturbationData)
exportClasses(PerturbationData)
import(doParallel)
import(foreach)
import(formula.tools)
import(ggplot2)
import(grid)
import(magrittr)
import(methods)
import(parallel)
import(tibble)
importFrom(assertthat,assert_that)
importFrom(diffusr,random.walk)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,filter_)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,group_indices)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(formula.tools,rhs.vars)
importFrom(graphics,hist)
importFrom(igraph,V)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,delete.vertices)
importFrom(igraph,get.adjacency)
importFrom(igraph,graph_from_data_frame)
importFrom(lazyeval,lazy_dots)
importFrom(lme4,lmer)
importFrom(lme4,ranef)
importFrom(methods,hasArg)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(scales,pretty_breaks)
importFrom(splines,ns)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,poly)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,t.test)
importFrom(tibble,as.tibble)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)
