kangar00 (version 1.4)

gwas: Example GWASdata object.

Description

An object of type GWASdata containing the example files for annotation, phenotypes and genotypes.

Usage

data(gwas)

Arguments

Format

An object of class GWASdata:

geno

contains example genotypes

anno

example annotation for three pathways

pheno

exemplary phenotypes for all 'genotyped' individuals

desc

a description of the GWAS study, here 'example study'

Examples

Run this code
# NOT RUN {
# 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 DataCamp Workspace