# Generated by roxygen2: do not edit by hand

export(adjust_batch_trend)
export(center_peptide_batch_medians)
export(correct_batch_effects)
export(correct_with_ComBat)
export(create_peptide_annotation)
export(date_to_sample_order)
export(dates_to_posix)
export(log_transform)
export(long_to_matrix)
export(matrix_to_long)
export(normalize_data)
export(normalize_sample_medians)
export(plot_PCA)
export(plot_PVCA)
export(plot_boxplot)
export(plot_corr_matrix)
export(plot_heatmap)
export(plot_hierarchical_clustering)
export(plot_iRT)
export(plot_peptide_corr_distribution)
export(plot_peptides_of_one_protein)
export(plot_protein_corrplot)
export(plot_sample_corr_distribution)
export(plot_sample_corr_heatmap)
export(plot_sample_mean)
export(plot_single_feature)
export(plot_spike_in)
export(plot_with_fitting_curve)
export(quantile_normalize)
export(sample_annotation_to_colors)
import(RColorBrewer)
import(WGCNA)
import(dplyr)
import(ggfortify)
import(ggplot2)
import(lazyeval)
import(pheatmap)
import(readr)
import(reshape2)
import(tibble)
import(viridis)
importFrom(corrplot,corrplot.mixed)
importFrom(data.table,":=")
importFrom(data.table,IDateTime)
importFrom(data.table,setDT)
importFrom(data.table,transpose)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,UQ)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stats,weights)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,combn)
importFrom(utils,data)
