geno {kangar00} | R Documentation |
Example genotypes for 50 individuals.
Description
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.
Usage
data(geno)
Format
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.
Source
simulated data
Examples
data(geno)
head(geno)
# create gwas object
data(pheno)
data(anno)
gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")
[Package kangar00 version 1.4.2 Index]