R/exampledata.R

#' Example dataset
#'
#' A simulated example dataset of IMAGE.
#' The variables are as follows:
#'
#' @docType data
#' @keywords datasets
#' @name exampledata
#' @usage data(exampledata)
#' @format Contains the following objects:
#' \describe{
#'   \item{geno}{a data list containing 2 haplotypes.}
#'   \item{data}{a data list containing the methylated read counts and total read counts for each allele.}
#'   \item{K}{a genetic relationship matrix.}
#' }
#' @examples 
#' data(exampledata)
#' attach(exampledata)
#' res=image(geno,data,K)
#' closeAllConnections()
#' detach(exampledata)
"exampledata"
fanyue322/IMAGE documentation built on Jan. 30, 2020, 1:50 p.m.