pheno | R Documentation |
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:
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
simulated data
data(pheno)
head(pheno)
# create gwas object
data(geno)
data(anno)
gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.