R/data.R

#' Data to run  the vignettes properly
#' @name data_vignette
#' @docType data
#' @keywords simulation
NULL

#' Dataset of mice under chow and high fat diet
#'
#' A list containing genomic data of BXD mice
#' @name bxd
#' @format A list of three data frames with 64 rows (BXD data set)
#' \describe{
#'   \item{metabo}{Metabolomic quantification}
#'   \item{prot}{Protein abondance}
#'   \item{RNA}{Gene expression}
#' }
#' @source \url{http://www.genenetwork.org/webqtl/main.py?FormID=sharinginfo&GN_AccessionId=714}
NULL

#' Dataset of GBM containing survival information
#'
#' A data frame containing clinical data of GBM
#' @name status
#' @format A data frame
NULL


#' Dataset of GBM containing status information
#'
#' A data frame containing clinical data of GBM
#' @name status_2
#' @format A data frame
NULL
CNRGH/pintmf documentation built on Feb. 23, 2022, 12:02 a.m.