Learn R Programming

snpMatrix (version 1.19.24)

snp-class: Class "snp"

Description

Compact representation of data concerning single nucleotide polymorphisms (SNPs)

Arguments

Objects from the Class

Objects can be created by calls of the form new("snp", ...) or by subset selection from an object of class "snp.matrix". Holds one row or column of an object of class "snp.matrix"

References

http://www-gene.cimr.cam.ac.uk/clayton

See Also

snp.matrix-class, X.snp.matrix-class, X.snp-class

Examples

Run this code
## data(testdata)
## s <- autosomes[,1]
## class(s)
## s

Run the code above in your browser using DataLab