Learn R Programming

MPGE (version 1.0.0)

phenotype_data: An example of phenotype data.

Description

Here phenotype\_data is a data.frame with three columns for three phenotypes and the number of rows to be the number of individuals in the sample (500 in this toy data). Data for each phenotype provided must be adjusted individually for relevant covariates (e.g., age, sex, genetic ancestry) beforehand, and should follow a normal distribution.

Usage

data(phenotype_data)

Arguments

Format

A numeric matrix or data.frame with three columns for three phenotypes and 500 rows for the individuals in the sample.

Examples

Run this code
# NOT RUN {
data(phenotype_data)
pheno <- phenotype_data
# }

Run the code above in your browser using DataLab