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