# Class definition
#' @exportClass pandaObj
#' @export pandaObj
#'
pandaObj <- setClass("pandaObj", slots=c("regNet","coregNet","coopNet","numGenes","numTFs","numEdges"))
setMethod("show","pandaObj",function(object){print.panda(object)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.