R/skin_exposure.R

#' Simulated (and real) methylation levels for sun exposed patient patients
#'
#' A data set containing normalized beta values, and sun exposure and simulated 
#' phenotypic data for 78 tissue samples. 
#' 
#' The variables are:
#'
#' \itemize{
#'   \item beta.value: 1496 filtered normalized beta values (methyation probabilities) 
#'   for 78 tissue samples.
#'    \item exposure: Sun exposure levels for 78 tissue samples.
#'   \item phenotype: Simulated binary phenotypic data for 78 tissue samples.
#'  \item  age: age of patients.
#'   \item gender: sex of patients.
#'   \item tissue: category for tissue samples.   
#' }
#'
#' @docType data
#' @keywords datasets
#' @details Reference: to be filled
#' @name skin.exposure
#' @usage data("skin.exposure")
#' @format A list with 6 arguments: beta.value, phenotype, causal.set, chrpos
NULL
cayek/MatrixFactorizationR documentation built on June 17, 2020, 4:39 p.m.