# Generated by roxygen2: do not edit by hand

export(adjust_batch_trend_df)
export(adjust_batch_trend_dm)
export(calculate_PVCA)
export(calculate_feature_CV)
export(calculate_peptide_corr_distr)
export(calculate_sample_corr_distr)
export(center_feature_batch_means_df)
export(center_feature_batch_means_dm)
export(center_feature_batch_medians_df)
export(center_feature_batch_medians_dm)
export(check_sample_consistency)
export(correct_batch_effects_df)
export(correct_batch_effects_dm)
export(correct_with_ComBat_df)
export(correct_with_ComBat_dm)
export(create_peptide_annotation)
export(date_to_sample_order)
export(dates_to_posix)
export(define_sample_order)
export(fit_nonlinear)
export(log_transform_df)
export(log_transform_dm)
export(long_to_matrix)
export(matrix_to_long)
export(merge_rare_levels)
export(normalize_data_df)
export(normalize_data_dm)
export(normalize_sample_medians_df)
export(normalize_sample_medians_dm)
export(plot_CV_distr)
export(plot_CV_distr.df)
export(plot_PCA)
export(plot_PVCA)
export(plot_PVCA.df)
export(plot_boxplot)
export(plot_corr_matrix)
export(plot_heatmap_diagnostic)
export(plot_heatmap_generic)
export(plot_hierarchical_clustering)
export(plot_iRT)
export(plot_peptide_corr_distribution)
export(plot_peptide_corr_distribution.corrDF)
export(plot_peptides_of_one_protein)
export(plot_protein_corrplot)
export(plot_sample_corr_distribution)
export(plot_sample_corr_distribution.corrDF)
export(plot_sample_corr_heatmap)
export(plot_sample_mean)
export(plot_single_feature)
export(plot_spike_in)
export(plot_split_violin_with_boxplot)
export(plot_with_fitting_curve)
export(prepare_PVCA_df)
export(quantile_normalize_df)
export(quantile_normalize_dm)
export(sample_annotation_to_colors)
export(unlog_df)
export(unlog_dm)
import(dplyr)
import(ggfortify)
import(ggplot2)
import(lazyeval)
import(reshape2)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(WGCNA,plotDendroAndColors)
importFrom(WGCNA,standardColors)
importFrom(corrplot,corrplot.mixed)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(lubridate,is.POSIXct)
importFrom(magrittr,"%>%")
importFrom(pheatmap,pheatmap)
importFrom(preprocessCore,normalize.quantiles)
importFrom(purrr,map)
importFrom(purrr,negate)
importFrom(purrr,pmap)
importFrom(pvca,pvcaBatchAssess)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scales,brewer_pal)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,ksmooth)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(sva,ComBat)
importFrom(tibble,column_to_rownames)
importFrom(tibble,remove_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tools,file_ext)
importFrom(utils,combn)
importFrom(viridis,viridis_pal)
importFrom(wesanderson,wes_palettes)
