geno | R Documentation |
A matrix containing example genotypes for 4056 SNPs of 50 individuals. Column names give the rs-numbers of 4056 example SNPs, row names the identifiers of 50 example individuals.
data(geno)
A matrix
with 5 rows and 4056 columns:
each entry in the matrix represents a simulated minor allele count for the corresponding SNP and individual.
simulated data
data(geno)
head(geno)
# create gwas object
data(pheno)
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.