export("chipenrich");
export("plot_spline_length");
export("plot_dist_to_tss");
export("plot_expected_peaks");
exportPattern("supported_.*");

import(stringr);
importFrom(plyr,rbind.fill);
importFrom(reshape,merge_all);
import(methods);
import(GenomicRanges);
import(IRanges);
import(mgcv);
import(lattice);
import(latticeExtra);
import(grid);
import(chipenrich.data);
