snp.coding-class {GenABEL} | R Documentation |
This class contains the actual nucleotide codes for the typed SNPs
.Data
:signature(x = "snp.coding", i = "ANY", j = "missing", drop = "missing")
: subset
operations. x[i] will show coding for SNPs selected in i.signature(from = "snp.coding", to =
"character")
: converts SNP coding from internal (raw) to human-readable character.signature(object = "snp.coding")
: shows the object.
Take care that this is internal representation
Yurii Aulchenko
snp.strand-class
,
gwaa.data-class
,
snp.data-class
data(srdta) srdta@gtdata@coding[1:10] as.character(srdta@gtdata@coding[1:10])