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