R/data.R

#' Example enrichment analysis result
#'
#' An example enrichment analysis result to be used for testing purpose.
#' The result was produced by running ReactomePA::enrichPathway() and
#' subsequent clusterProfiler::setReadable() on `exampleGeneExp`.
#' @usage data(exampleEaRes)
#' @return example enrichment analysis result
"exampleEaRes"

#' Example gene expression data
#'
#' An example gene expression data to be used for testing purpose
#' made by runif() for ERCC genes and 100 samples.
#' No biological meanings can be obtained from the data.
#' @usage data(exampleGeneExp)
#' @return example gene expression
"exampleGeneExp"
noriakis/CBNplot documentation built on Oct. 10, 2024, 12:21 p.m.