KnockoffHybrid.example {KnockoffHybrid}R Documentation

Example data for KnockoffHybrid

Description

A toy example of the haplotype and genotype data for trio designs and the genotype and phenotype data for population designs

Usage

KnockoffHybrid.example

Format

KnockoffHybrid.example contains the following items:

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.

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.

dat.pop

A numeric genotype matrix of 8 subjects and 5 variants. Each row represents a subject and each column represents a variant.

y.pop

A numeric vector of length 8 for the dichotomous phenotypes of 8 subjects.

pos

A numeric vector of length 5 for the position of 5 variants.


[Package KnockoffHybrid version 1.0.0 Index]