gwas: Example 'GWASdata' object.

gwasR Documentation

Example GWASdata object.

Description

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

Usage

data(gwas)

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'

Source

simulated data

Examples

# create gwas object
data(pheno)
data(geno)
data(anno)
gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study") 

kangar00 documentation built on Dec. 6, 2022, 9:06 a.m.