[BioC] problem with latest version of graph

Kimpel, Mark William mkimpel at iupui.edu
Wed Jun 7 03:16:58 CEST 2006


I am a new user to graph and Rgraphviz but until I updated to R 2.3.1 today and the latest version of graph, I had no problem displaying edge weight labels over my output using code lifted from the Rgraphviz vignette. Now, after updating, the edge weights all come out "1". Below is some test code that mimics what I have been doing, i.e. coercing an adjacency matrix to a graphNEL object. The individual points in the matrix are the edge weights I want to have labeled.

As this suddenly appeared after updating, I suspect a problem with the package graph.

Suggestions?

Thanks,

Mark


test.matrix<-matrix(rep(c(1,2,3,4), 9), ncol=6, nrow=6)

rownames(test.matrix)<-colnames(test.matrix)<-c("a", "b", "c", "d", "e", "f")

result.gN<-as(test.matrix, Class="graphNEL")

sessionInfo()
Version 2.3.1 (2006-06-01) 
i386-pc-mingw32 

attached base packages:
[1] "splines"   "tools"     "stats"     "graphics"  "grDevices" "utils"     "datasets"  "methods"   "base"     

other attached packages:
          XML     Rgraphviz affycoretools       GOstats      Category      hgu95av2          KEGG      multtest    genefilter      survival        xtable 
     "0.99-7"      "1.10.0"       "1.4.0"       "1.6.0"       "1.4.1"      "1.10.0"       "1.8.1"       "1.9.5"      "1.10.1"        "2.26"       "1.3-2" 
         RBGL      annotate            GO         graph         Ruuid         limma          affy        affyio       RWinEdt       Biobase 
      "1.8.1"      "1.10.0"       "1.6.5"      "1.10.6"      "1.10.0"       "2.7.3"      "1.10.0"       "1.0.0"       "1.7-4"      "1.10.0" 
>

Mark W. Kimpel MD 

 
Official Business Address:
 
Department of Psychiatry
Indiana University School of Medicine
Biotechnology, Research, & Training Center
1345 W. 16th Street
Indianapolis, IN  46202
 
Preferred Mailing Address:
 
15032 Hunter Court
Westfield, IN  46074
 
(317) 490-5129 Home, Work, & Mobile
1-(317)-536-2730 FAX



More information about the Bioconductor mailing list