Browse code

removal of sigPathway

erik.dassi@gmail.com authored on 31/01/2023 12:24:36
Showing 2 changed files

... ...
@@ -1,11 +1,11 @@
1 1
 Package: tRanslatome
2 2
 Type: Package
3 3
 Title: Comparison between multiple levels of gene expression
4
-Version: 1.37.0
4
+Version: 1.37.2
5 5
 Date: 2020-11-26
6 6
 Author: Toma Tebaldi, Erik Dassi, Galena Kostoska
7 7
 Maintainer: Toma Tebaldi <tebaldi@science.unitn.it>, Erik Dassi <erik.dassi@unitn.it>
8
-Depends: R (>= 2.15.0), methods, limma, sigPathway, anota, DESeq2,
8
+Depends: R (>= 2.15.0), methods, limma, anota, DESeq2,
9 9
         edgeR, RankProd, topGO, org.Hs.eg.db, GOSemSim, Heatplus,
10 10
         gplots, plotrix, Biobase
11 11
 Description: Detection of differentially expressed genes (DEGs) from the comparison of two biological conditions (treated vs. untreated, diseased vs. normal, mutant vs. wild-type) among different levels of gene expression (transcriptome ,translatome, proteome), using several statistical methods:  Rank Product, Translational Efficiency, t-test, Limma, ANOTA, DESeq, edgeR. Possibility to plot the results with scatterplots, histograms, MA plots, standard deviation (SD) plots, coefficient of variation (CV) plots. Detection of significantly enriched post-transcriptional regulatory factors (RBPs, miRNAs, etc) and Gene Ontology terms in the lists of DEGs previously identified for the two expression levels. Comparison of GO terms enriched only in one of the levels or in both. Calculation of the semantic similarity score between the lists of enriched GO terms coming from the two expression levels. Visual examination and comparison of the enriched terms with heatmaps, radar plots and barplots. 
... ...
@@ -12,7 +12,6 @@ importFrom(limma, eBayes)
12 12
 import(methods)
13 13
 import(org.Hs.eg.db)
14 14
 importFrom(plotrix, radial.plot)
15
-import(sigPathway)
16 15
 import(topGO)
17 16
 export(newTranslatomeDataset, computeDEGs, getExprMatrix, getConditionA, getConditionB, getConditionC, getConditionD, getDataType, getConditionLabels, getLevelLabels, getDEGs)
18 17
 export(Histogram, Scatterplot, MAplot, SDplot, CVplot, GOEnrichment, RegulatoryEnrichment, DEGs.table, getDEGsMethod, significance.threshold, FC.threshold, label.level.DEGs, label.condition)