Description Slots Methods Note Author(s) See Also
This low-level class contains objects holding large arrays of single nucleotide polymorphism (SNP) genotypes
.Data
:object used to store genotypes
signature(x = "snp.mx", i = "ANY", j = "ANY", drop = "ANY")
: subset
operations. x[i,j] will select people listed in i and SNPs listed in j.
signature(from = "raw", to =
"snp.mx")
: makes an snp.mx object out of raw data
signature(object = "snp.mx")
: shows the object.
Take care that (a) this is internal representation and (b)
the objects are usually very large!
User is not supposed to work with this class. Use snp.data-class
.
Yurii Aulchenko
gwaa.data-class
,
snp.data-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.