phenotype_data {MPGE} | R Documentation |
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)
Format
A numeric matrix or data.frame with three columns for three phenotypes and 500 rows for the individuals in the sample.
Examples
data(phenotype_data)
pheno <- phenotype_data
[Package MPGE version 1.0.0 Index]