R/internal_edges_cplx.R

Defines functions internal_edges_cplx

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