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