Learn R Programming

FREGAT (version 1.1.0)

example.data: A small example data set

Description

genodata A matrix containing genotypes of 50 genetic variants (given in columns) in 66 individuals (given in rows). Three genotypes are coded as 0, 1 and 2.

phenodata A data frame containing "trait", "sex" and "age" columns: a quantitative trait to be analyzed and its covariates.

snpdata A data frame with descriptive information on 50 genetic variants in genodata. The important column is "gene": it assigns each variant to a certain gene region.

kin A kinship matrix for the 66 individuals.

Usage

data(example.data)

Arguments