R/parseKGML2Graph2.R

parseKGML2Graph2 <-function (file, ...)
  {
    pathway <- parseKGML2(file)
    gR <- KEGGpathway2Graph2(pathway, ...)
    return(gR)
  }

Try the pathview package in your browser

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

pathview documentation built on Dec. 12, 2020, 2 a.m.