A S4 class to represent a SNP matrix. Storing SNP information, by using a byte-level (raw) storage scheme, jointly with genomic position and allele information.
snpDataa matrix of SNPs stored in type 'raw'. 00 is NA, 01 homozygote AA, 02 heterozygote AB, and 03 homozygote BB.
snpInfodata.frame with four columns. The first col. contains the chromosomes, the second col. the positions, the third col. the first allele and the fourth the second allele.
diman integer vector with exactly two non-negative values.
dimnamesa list of length two; each component containing NULL or a character vector length equal the corresponding dim element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.