R/data.R

#' @name sim_geno
#' @title Simulated data from PSD model
#' @description 10,000 SNPs, 1,000 individuals, first five SNPs are associated.
#' @docType data
#' @usage sim_geno
#' @format a matrix of 0's, 1's and 2's for the genotypes
#' @return simulated genotype matrix

NULL


#' @name sim_trait
#' @title Simulated data from PSD model
#' @description 10,000 SNPs, 1,000 individuals, first five SNPs are associated.
#' @docType data
#' @usage sim_trait
#' @format a vector of traits
#' @return simulated traits

NULL

Try the gcatest package in your browser

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

gcatest documentation built on Nov. 8, 2020, 6:16 p.m.