R/data.R

#' Cancer classification
#'
#' A three factor level variable corresponding to cancer type
#'
#' @docType data
#'
#' @usage data(cancer)
#'
#' @format factor level with three levels
#' \describe{
#'   \item{cancer}{factor with cancer type}
#' }
#' @examples
#' data(cancer)
"cancer"


#' miRNA 
#'
#' A three factor level variable corresponding to cancer type 
#'
#' @docType data
#'
#' @usage data(miRNA)
#'
#' @format Dataframe with 21 samples and 537 variables
#' \describe{
#'   \item{columns}{variables}
#'   \item{rows}{samples}
#' }
#' @examples
#' data(miRNA)
"miRNA"

NULL

Try the BigDataStatMeth package in your browser

Any scripts or data that you put into this service are public.

BigDataStatMeth documentation built on March 30, 2022, 1:07 a.m.