R/data.R

#' Biological pathway information.
#'
#' A dataset containing pathway statistics.
#'
#' @format A data frame with pathway statistics
#' \describe{
#'   \item{database}{Pathway database}
#'   \item{pathway_id}{Internal ID of pathway}
#'   \item{pathway_name}{Canonical name of pathway}
#'   \item{node_num}{Number of nodes in pathway}
#'   \item{edge_num}{Number of edges in pathway}
#' }
"df_pathway_statistics"
kpj/dce documentation built on Oct. 29, 2022, 1:40 a.m.