Browse code

license change, import checks

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/tRanslatome@100393 bc3139a8-67e5-0310-9ffc-ced21a209358

Erik Dassi authored on 09/03/2015 09:04:33
Showing 2 changed files

... ...
@@ -1,15 +1,15 @@
1 1
 Package: tRanslatome
2 2
 Type: Package
3 3
 Title: Comparison between multiple levels of gene expression
4
-Version: 1.1.3
4
+Version: 1.1.4
5 5
 Date: 2015-01-28
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 8
 Depends: R (>= 2.15.0), methods, limma, sigPathway, samr, anota, DESeq,
9 9
         edgeR, RankProd, topGO, org.Hs.eg.db, GOSemSim, Heatplus,
10
-        gplots, plotrix
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, SAM, 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
-License: MIT
12
+License: GPL-3
13 13
 LazyLoad: yes
14 14
 biocViews: CellBiology, GeneRegulation, Regulation, GeneExpression,
15 15
         DifferentialExpression, Microarray, HighThroughputSequencing,
... ...
@@ -1,3 +1,4 @@
1
+import(Biobase)
1 2
 import(DESeq)
2 3
 import(GOSemSim)
3 4
 import(Heatplus)