Skip to content
Back to formatted view

Raw Message

Message-ID: <446066D3.5070302@lmu.de>
Date: 2006-05-09T09:54:27Z
From: Korbinian Strimmer
Subject: [Bioc-devel] bug in graph package version 1.10.0 (fwd)

CC: bioc-devel

Hi,

With the recent work on "graph", if you don't define an attribute
"weight" for an edge/a node, the default edge weight will be 1.

I suspect the codes didn't create attribute "weight" for the edge when
adding the edge with weight, so "pathWeights()" uses default 1 for
weights for all edges.  (I'm not familiar with eWV/pathWeights, but it
sounds very similar to what I experienced with edgeWeight)

Seth will be the one to ask

Li