git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEsubs@128206 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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), |