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