Learn R Programming

GenomicTools (version 0.2.9.7)

phenoData: Simulated Phenotype Data

Description

Simulated phenotype data.

Usage

data(phenoData)

Arguments

Format

A matrix with 50 rows representing individuals and 10 phenotypes arranged in the columns.

Details

Just simulated, numerical phenotype data for testing purposes. The data consists out of 50 samples. The first 30 rows represent cases, the last 20 the controls. The phenotype data follows simply a N(0,1) distribution, however, the first four phenotypes were shifted by +1.

Examples

Run this code
# NOT RUN {
data(phenoData)
# }

Run the code above in your browser using DataLab