#' @title sample data for vertex file
#'
#' @description a simple data of vertex file that is for simple testing and
#' running of examples
#'
#' @format A dataframe with 2 columns, which are:
#' \describe{
#' \item{node}{the node of network}
#' \item{aorb}{the type of node, 0 means groupB, 1 maens groupA, 2 means share genes}
#' }
"vertex_sample"
#' @title sample data for edge file
#'
#' @description a simple data of edge file that is for simple testing and
#' running of examples
#'
#' @format A dataframe with 2 columns, which are:
#' \describe{
#' \item{node1}{the end of edge}
#' \item{node2}{the other end of edge}
#' }
"edge_sample"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.