Learn R Programming

snpMatrix (version 1.19.24)

X.snp-class: Class "X.snp"

Description

Compact representation of data concerning single nucleotide polymorphisms (SNPs) on the X chromosome

Arguments

Objects from the Class

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

Extends

Class "snp", directly. Class "raw", by class "snp". Class "vector", by class "snp".

References

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

See Also

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

Examples

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

Run the code above in your browser using DataLab