internal_edges_cplx<-
function(biopax){
#' @keywords internal
cplx_edges<-
biopax$dt[property=="component"
,.(from=property_attr_value
,to=id
,type="cplx")]
return(cplx_edges)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.