R/internal_edges_pw.R

Defines functions internal_edges_pw

internal_edges_pw<-
  function(biopax){
    #' @keywords internal
    
    pw2component_edges<-
      biopax$dt[property=="pathwayComponent"
                ,.(from=id
                   ,to=property_attr_value
                   ,type="Pathway")]
    return(pw2component_edges)
  }
grishagin/RIGplotbiopax documentation built on May 5, 2019, 9:18 a.m.