R/Data.R

#' Gene Set Example
#'
#' Data frame parsed from a Gene Matrix Transposed (GMT) file containing 7 gene
#' sets. Each row represents a gene set. 
#'
#' @format A data frame with 7 rows and 3 variables:
#' \describe{
#'   \item{ontologyId}{Ontology ID of the gene set}
#'   \item{ontologyName}{Description of the gene set}
#'   \item{listOfValues}{Genes in the gene set}
#' }
#' @source \url{http://geneontology.org/}
"geneSet"

#' TITLE
#'
#' DESCRIPTION
#'
#' @format A data frame with 13 rows and 3 variables:
#' \describe{
#'   \item{X}{Row names}
#'   \item{select}{DEFINITION}
#'   \item{score}{DEFINITION}
#' }
#' @source SOURCE
"selectDf"

#' TITLE
#'
#' DESCRIPTION
#'
#' @format A data frame with 33 rows and 2 variables:
#' \describe{
#'   \item{X}{Row names}
#'   \item{background_element_names}{DEFINITION}
#' }
#' @source SOURCE
"poolDf"
koralgooll/MulEA documentation built on Nov. 23, 2023, 3:27 p.m.