as.genotype {GenABEL} | R Documentation |
A function to convert an object to "genotype" data frame
as.genotype(x, ...)
x |
An object of snp.data-class |
... |
... |
A data-frame containing "genotype" data class, consumable by "genetics" library
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.genotype(srdta@gtdata[1:5,1:10])