gwas | R Documentation |
GWASdata
object.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'
simulated data
# create gwas object
data(pheno)
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.