##exportPattern("^[[:alpha:]]+")
export('computeCor')
export('PredTarget')
export ('PredMaxSim')
export('DoPWY')
export ('DoInteractExp')
export('DoInteractMutant')
export ('DMB')
export('DTR')
export('plotSim')
export('plotCor')
export ('Depmap2DeepTarget')

importFrom(fgsea, fgsea)
importFrom(ggplot2, ggplot)
importFrom(ggplot2, geom_point)
importFrom(ggplot2, geom_smooth)
importFrom(ggplot2, aes)
importFrom(ggplot2, stat_smooth)
importFrom(ggplot2, theme_bw)
importFrom(ggplot2, labs)
importFrom(stringr,str_split)
importFrom(ggpubr,stat_cor)
importFrom(BiocParallel, bplapply)
importFrom(pROC, var)
importFrom(pROC, cov)
importFrom(pROC, smooth)
importFrom(stats, lm)
importFrom(stats, complete.cases)
importFrom(stats, cor.test)
importFrom(stats, na.omit)
importFrom(stats, p.adjust)
importFrom(stats, pnorm)
importFrom(stats, pt)
importFrom(stats, xtabs)
importFrom(stats, cor.test)
importFrom(graphics, segments)
importFrom(graphics, text)
importFrom(graphics, rect)
importFrom(graphics, par)
importFrom(grDevices, colorRampPalette)
importFrom(depmap, DepMapFiles)
importFrom(depmap, dmget)
importFrom(readr, read_csv)
importFrom(graphics, title)
importFrom(dplyr, filter)






