| as.data.frame.gwaa.data {GenABEL} | R Documentation |
A function taking @phdata part (data.frame) of the object of
gwaa.data-class
## S3 method for class 'gwaa.data' as.data.frame(x, ...)
x |
An object of |
... |
... |
Use is mainly internal
A data-frame containing phenotypic data
Yurii Aulchenko
as.character.snp.data,
as.double.snp.data,
as.genotype.snp.data
require(GenABEL.data) data(srdta) as.data.frame(srdta[1:5,])