R/data.R

#' Example data for KnockoffTrio
#'
#' A toy example of the haplotype and genotype data for original trios
#'
#' @format KnockoffTrio.example contains the following items:
#' \describe{
#'   \item{dat}{A numeric genotype matrix of 3 trios and 5 variants. Each trio contains 3 rows in the order of father, mother and offspring. Each column represents a variant.}
#'   \item{dat.hap}{A numeric haplotype matrix of 3 trios and 5 variants. Each trio contains 6 rows in the order of father, mother and offspring. Each column represents a variant.}
#'   \item{pos}{A numeric vector of length 5 for the position of 5 variants.}
#' }
"KnockoffTrio.example"

Try the KnockoffTrio package in your browser

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

KnockoffTrio documentation built on Oct. 17, 2022, 5:11 p.m.