# Download from http://download.baderlab.org/EM_Genesets/November_17_2020/Human/symbol
pathwayFile <- system.file("extdata", "Human_Reactome_November_17_2020_symbol.gmt", package = "fedup")
pathwaysGMT <- readPathways(pathwayFile, minGene = 10, maxGene = 500)
names(pathwaysGMT) <- stringi::stri_trans_general(names(pathwaysGMT), "latin-ascii")
usethis::use_data(pathwaysGMT, compress = "xz", version = 2, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.