as.double.gwaa.data {GenABEL} | R Documentation |
A function to convert an object of gwaa.data-class
to "double"
as.double.gwaa.data(x, ...)
x |
An object of gwaa.data-class |
... |
... |
A matrix containing genotypes in double (numeric) format
Yurii Aulchenko
as.character.gwaa.data
,
as.character.snp.data
,
as.double.gwaa.data
,
as.double.snp.data
,
as.hsgeno
,
as.genotype.gwaa.data
,
as.genotype.snp.data
data(srdta) as.double(srdta[1:5,1:10])