Learn R Programming

RVtests (version 1.0)

gene2: gene2 dataset

Description

A list of genotype, quantitative phenotypes, binary phenotypes, and causal variants. The gene2 was described in the reference below. The phenotypes were generated by simulation models with known causal variants.

Usage

data(gene2)

Arguments

format

A list of 4 variables: geno: a genotype matrix of 1969 by 98 phen: a matrix of 1969 by 5, each column is the simulated quantitative phenotypes in different scenario. phen.bi: a matrix of 1969 by 5, each column is the simulated binary phenotypes in different scenario. causal: information about the causal variants used in the simulated phenotypes.

References

C. Xu, M. Ladouceur, Z. Dastani, J. B. Richards, A. Ciampi, C. M.T. Greenwood (2012), Multiple regression methods show great potential for rare variant association tests, PLoSONE.

Examples

Run this code
data(gene2)
str(gene2)

Run the code above in your browser using DataLab