import(Biobase) import(DESeq2) import(GOSemSim) import(Heatplus) import(RankProd) import(anota) import(edgeR) import(gplots) importFrom(limma, makeContrasts) importFrom(limma, contrasts.fit) importFrom(limma, eBayes) import(methods) import(org.Hs.eg.db) importFrom(plotrix, radial.plot) import(topGO) importFrom("grDevices", "dev.off", "jpeg", "pdf", "png", "postscript") importFrom("graphics", "abline", "barplot", "layout", "legend", "mtext", "par", "points", "text") importFrom("stats", "cor.test", "fisher.test", "model.matrix", "p.adjust", "sd") importFrom("utils", "data", "head", "str") export(newTranslatomeDataset, computeDEGs, getExprMatrix, getConditionA, getConditionB, getConditionC, getConditionD, getDataType, getConditionLabels, getLevelLabels, getDEGs) export(Histogram, Scatterplot, MAplot, SDplot, CVplot, GOEnrichment, RegulatoryEnrichment, DEGs.table, getDEGsMethod, significance.threshold, FC.threshold, label.level.DEGs, label.condition) export(Radar, Heatmap, enriched.table, label.level.enriched) export(GOComparison) export(IdentityPlot, SimilarityPlot, identity.matrix, similarity.matrix, average.similarity.scores)