powered by
A dataset containing an annotation example for 4056 SNPs in three different pathways.
data(anno)
A data frame with 4056 rows and 5 variables:
data frame
includes KEGG identifiers of three example pathways
names of genes in the pathways
specifies the chromosome
includes rs-numbers of example SNPs
gives positions of example SNPs
data(anno) head(anno) # create gwas object data(pheno) data(geno) gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")
Run the code above in your browser using DataLab