powered by
A dataset containing simulated example phenotypes for 50 individuals row names include the identifiers of 50 example individuals.
data(pheno)
A data frame with 50 rows and 3 variables:
data frame
includes the case-control status for each individual, coded as 1(case) or 0 (control)
includes gender information for the 50 individuals, coded as 1 (male) or 0 (female)
numerical value giving the persons age
data(pheno) head(pheno) # create gwas object data(geno) data(anno) gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")
Run the code above in your browser using DataLab