toy: Toy example dataset

Description Usage Format Details Examples

Description

Toy example, Simulated data set

Usage

1

Format

The data set toy is a data frame of 500 observations of 9 variables: genotype data (genotype states at 3 SNP markers) and phenotype data (6 variables).Genotypes are of class factor and phenotypes are of class numeric.

Details

The simulated dataset consists of 3 genotypes each with 2 states and 6 phenotypes.

Examples

1
2
3
4
5
## Not run: 
# load the data and fit a genotype-phenotype network
data(toy)
fit.gnbp(toy[,1:3],toy[,4:9])
## End(Not run)

geneNetBP documentation built on May 2, 2019, 5:19 p.m.