Browse code

Bug solving in DEGs.R line 626/628

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

Erik Dassi authored on 20/08/2015 08:42:52
Showing 2 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: tRanslatome
2 2
 Type: Package
3 3
 Title: Comparison between multiple levels of gene expression
4
-Version: 1.7.0
5
-Date: 2015-01-28
4
+Version: 1.7.1
5
+Date: 2015-08-20
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,
... ...
@@ -14,4 +14,4 @@ LazyLoad: yes
14 14
 biocViews: CellBiology, GeneRegulation, Regulation, GeneExpression,
15 15
         DifferentialExpression, Microarray, HighThroughputSequencing,
16 16
         QualityControl, GO, MultipleComparisons, Bioinformatics
17
-Packaged: 2015-01-29 13:48:55 UTC; toma
17
+Packaged: 2015-08-20 08:48:55 UTC; toma
... ...
@@ -624,9 +624,9 @@ setMethod("RegulatoryEnrichment", "DEGs",
624 624
 	}
625 625
 	else {
626 626
 		enriched.1 <- computeGeneListEnrichment(genes.1stlevel,
627
-											label.level.DEGs[1], significance.threshold, mult.cor, regulated.identities=NULL, regulated.counts=NULL)
627
+											label.level.DEGs[1], significance.threshold, mult.cor, regulated.identities, regulated.counts)
628 628
 		enriched.2 <- computeGeneListEnrichment(genes.2ndlevel,
629
-											label.level.DEGs[2], significance.threshold, mult.cor, regulated.identities=NULL, regulated.counts=NULL)
629
+											label.level.DEGs[2], significance.threshold, mult.cor, regulated.identities, regulated.counts)
630 630
 		
631 631
 		return(new("EnrichedSets", enriched.table=rbind(enriched.1, enriched.2), 
632 632
 												 label.level.enriched=label.level.DEGs))