[BioC] Directed MST (Edmond's Algorithm)

Paul Shannon pshannon at fhcrc.org
Tue Oct 22 19:23:07 CEST 2013


On Oct 22, 2013, at 9:39 AM, Vincent Carey wrote:

> Do we need some investment in interoperability with igraph?

Maybe this is old news, or falls short of the mark, but two functions from igraph provide some interoperability:


     igraph.from.graphNEL(graphNEL, name = TRUE, weight = TRUE,
                          unlist.attrs = TRUE)
     igraph.to.graphNEL(graph)

 - Paul


More information about the Bioconductor mailing list