#' Vector with gene universe for Jaccard Index
#'
#' Vector with all the gene names from DisGeNET database
#' (http://www.disgenet.org) used as gene universe for
#' Jaccard Index computation.
#'
#' data("universe", package = "psygenet2r")
#' @return A \code{character} vector.
#' @examples
#' length(universe)
#' universe[1:10]
#' @source \url{http://www.disgenet.org}
"universe"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.