R/data.R

## 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
soulong/bioTools documentation built on Aug. 23, 2023, 1:35 a.m.