powered by
GWASdata
An object of type GWASdata containing the example files for annotation, phenotypes and genotypes.
data(gwas)
An object of class GWASdata:
contains example genotypes
example annotation for three pathways
exemplary phenotypes for all 'genotyped' individuals
a description of the GWAS study, here 'example study'
# create gwas object data(pheno) 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