gwas {kangar00} | R 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")
[Package kangar00 version 1.4.2 Index]