Browse code

Compatibility corrections

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

Panos Balomenos authored on 06/04/2017 22:53:15
Showing 4 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: DEsubs
2
-Version: 1.1.2
2
+Version: 1.1.3
3 3
 Date: 2015-07-19
4 4
 Title: DEsubs: an R package for flexible identification of
5 5
         differentially expressed subpathways using RNA-seq expression
... ...
@@ -1,3 +1,5 @@
1
+1.1.3:  - Minor compatibility update.
2
+
1 3
 1.1.2:  - All visualization functions now return visualized data.
2 4
         - Added support for organism Danio rerio (zebrafish).
3 5
 
... ...
@@ -75,7 +75,7 @@ load(system.file('extdata', 'data.RData', package='DEsubs'))
75 75
 res <- geneVisualization(  
76 76
             DEsubs.out=DEsubs.out, top=10,
77 77
             measures.topological=c( 'degree', 'betweenness', 'closeness',
78
-                                    'hub_score', 'eccentricity', 'page_rank'),
78
+                                    'eccentricity', 'page_rank'),
79 79
             measures.functional=c(  'KEGG', 
80 80
                                     'Disease_OMIM', 'Disease_GAD', 
81 81
                                     'Drug_DrugBank','miRNA', 'TF'),
... ...
@@ -695,7 +695,7 @@ The total picture of the enriched subpathways is performed with dot plots.
695 695
 res <- geneVisualization(  
696 696
             DEsubs.out=DEsubs.out, top=10, 
697 697
             measures.topological=c( 'degree', 'betweenness', 'closeness',
698
-                                    'hub_score', 'eccentricity', 'page_rank'),
698
+                                    'eccentricity', 'page_rank'),
699 699
             measures.functional=c(  'KEGG', 'GO_bp','GO_cc', 'GO_mf', 
700 700
                                     'Disease_OMIM', 'Disease_GAD', 
701 701
                                     'Drug_DrugBank','miRNA', 'TF'),
... ...
@@ -751,7 +751,7 @@ res <- geneVisualization(
751 751
             DEsubs.out=DEsubs.out, 
752 752
             top=12,
753 753
             measures.topological=c( 'degree', 'betweenness', 'closeness',
754
-                                    'hub_score', 'eccentricity', 'page_rank'),
754
+                                    'eccentricity', 'page_rank'),
755 755
             measures.functional=NULL,
756 756
             measures.barplot=FALSE,
757 757
             size.topological=c(5,4),