internal_nodes_dbid<-
function(biopax){
#' @keywords internal
dbid_nodes<-
biopax$dt[property %in% c("id","db")][
order(id
,property)][
,
.(label=paste(property_value
,collapse=":::")
,type="dbid")
,by=id]
return(dbid_nodes)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.