Graph/Rgraphviz question--combining graphs
1
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
I have a list of graphs that I would like to join. I haven't quite figured out how to add them sequentially. I know of the join() function. I can just loop over this recursively, but is there a more elegant way? Thanks, Sean
• 658 views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.0 years ago
United States
On Fri, Nov 12, 2004 at 12:01:41PM -0500, Sean Davis wrote: > I have a list of graphs that I would like to join. I haven't quite > figured out how to add them sequentially. I know of the join() > function. I can just loop over this recursively, but is there a more > elegant way? that is about the only way, for now, join is binary. If the relationships (edges) are simple, you could transform all graphs to their adjacency matrix representation, then do the operations on matrices and transform the result back. Robert > > Thanks, > Sean > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- +--------------------------------------------------------------------- ------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: M1B20 | | Harvard School of Public Health email: rgentlem@jimmy.harvard.edu | +--------------------------------------------------------------------- ------+
ADD COMMENT
0
Entering edit mode
Dear all, I get the following error whenever I try to plot the results of the quality control analysis > qc<-qc(Data) > plot(qc) > Error in plot.window(xlim, ylim, log, asp, ...) : > need finite xlim values > In addition: Warning messages: > 1: no finite arguments to min; returning Inf > 2: no finite arguments to max; returning -Inf > 3: no finite arguments to min; returning Inf > 4: no finite arguments to max; returning -Inf > I am using Solaris 8, R 2.0 (64 bits), Bioconductor 1.5, simpleaffy 2.01 The same 2 code lines work fine under R 1.9 (64 bits), Bioconductor 1.4, simpleaffy 1.2.1 Any help would be appreciated Ariel Chernomoretz, Ph.D. Centre de recherche du CHUL 2705 Blv Laurier, bloc T-367 Sainte-Foy, Qc G1V 4G2 (418)-525-4444 ext 46339
ADD REPLY

Login before adding your answer.

Traffic: 660 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6