## how to document datasets: you need to specify @docType and @name; do not
## forget NULL in the end
#' anno data for enrichment analysis like ORA or GSEA
#' @docType data
#' @name geneset_go
#' @format a data frame, tibble
NULL
#' anno data for enrichment analysis like ORA or GSEA
#' @docType data
#' @name geneset_kegg
#' @format a data frame, tibble
NULL
#' tx2gene data for sequencing annotion
#' @docType data
#' @name tx2gene
#' @format a data frame, tibble
NULL
#' genes data for sequencing annotion
#' @docType data
#' @name genes
#' @format a data frame, tibble
NULL
#' tf to target from trrust and dorothea database
#' @docType data
#' @name tf2target
#' @format a data frame, tibble
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.