#' COG Information data
#'This dataset shows the association between two COGs, demonstrating the likelihood of functional similarity
#' @docType data
#'
#' @usage data(cut_links)
#'
#' @format A dataframe with 1048575 rows and 3 variables
#' \describe{
#' \item{group1}{reference ID for the first COG of the pair}
#' \item{group2}{reference ID for the second COG of the pair}
#' \item{associationscore}{association score between the two COGs}
#' }
#' @keywords datasets
#'
#'
#' @source \url{https://stringdb-static.org/cgi/download.pl?sessionId=A8sx4Z24Onr2}
"cut_links"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.