Description Usage Arguments Value Author(s) See Also Examples
A function to convert @gtdata slot of an object of
gwaa.data-class
to "character"
1 2 | ## 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
1 2 3 | require(GenABEL.data)
data(srdta)
as.character(srdta[1:5,1:10])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.