pheno {kangar00} | R Documentation |
Example phenotype file for 50 individuals.
Description
A dataset containing simulated example phenotypes for 50 individuals row names include the identifiers of 50 example individuals.
Usage
data(pheno)
Format
A data frame
with 50 rows and 3 variables:
- pheno
includes the case-control status for each individual, coded as 1(case) or 0 (control)
- sex
includes gender information for the 50 individuals, coded as 1 (male) or 0 (female)
- age
numerical value giving the persons age
Source
simulated data
Examples
data(pheno)
head(pheno)
# create gwas object
data(geno)
data(anno)
gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")
[Package kangar00 version 1.4.2 Index]