R/gene_exp_data.R

#' @title Example gene expression dataset for ceRNAR
#'
#' @description A data set with the gene expression for 45 subjects
#'
#' @docType data
#'
#' @usage data(gene_exp)
#'
#' @format A R data frame with 185 rows and 45 variables
#' \describe{
#'   \item{expression data}{Numeric gene expression matrix with each columns
#'    as a different individual and each row as a separate gene.}
#' }
#' @source <https://www.github.com/ywhsiao/ceRNAR>
#'
#' @examples
#' data(gene_exp)

"gene_exp"
ywhsiao/ceRNAR documentation built on Aug. 6, 2023, 3:13 p.m.