as.genotype.snp.data {GenABEL} | R Documentation |
A function to convert an object of snp.data-class
to "genotype" data frame
as.genotype.snp.data(x, ...)
x |
An object of snp.data-class |
... |
... |
A data-frame containing genotypes consumable by "genetics" library
Yurii Aulchenko
as.character.snp.data
,
as.double.snp.data
,
as.hsgeno
data(srdta) as.genotype(srdta@gtdata[1:5,1:10])