attach_example200: Load simulated genotypes in the FBM format.

Description Usage Value Examples

View source: R/data.R

Description

The function loads the matrix of simulated genotypes with 1,500 samples (rows) and 200 genetic variants (columns). Genotypes are coded as 0, 1 and 2 (the number of alternative alleles). All variants have the minor allele frequency fixed to 0.5.

Usage

1

Value

An object of class FBM.

Examples

1
2
3
G <- attach_example200()
G
G[1:5, 1:10]

variani/biglmmz documentation built on Dec. 15, 2020, 7:58 a.m.