R/universe.R

#' 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"

Try the psygenet2r package in your browser

Any scripts or data that you put into this service are public.

psygenet2r documentation built on Jan. 31, 2021, 2 a.m.