R/AmigoDot.to.graphAM.R

Defines functions AmigoDot.to.graphAM

Documented in AmigoDot.to.graphAM

AmigoDot.to.graphAM <- function(object){
  adjMat <- adjMatrix(object)
  gAM <- new("graphAM", adjMat=adjMat, "directed")

  return("gAM" = gAM)
}

Try the RamiGO package in your browser

Any scripts or data that you put into this service are public.

RamiGO documentation built on May 2, 2018, 3:30 a.m.