as.data.frame.gwaa.data: Attempts to convert snp.data to "hsgeno"

Description Usage Arguments Details Value Author(s) See Also Examples

Description

A function taking @phdata part (data.frame) of the object of gwaa.data-class

Usage

1
2
	## S3 method for class 'gwaa.data'
as.data.frame(x, ...)

Arguments

x

An object of data.frame-class

...

...

Details

Use is mainly internal

Value

A data-frame containing phenotypic data

Author(s)

Yurii Aulchenko

See Also

as.character.snp.data, as.double.snp.data, as.genotype.snp.data

Examples

1
2
3
require(GenABEL.data)
data(srdta)
as.data.frame(srdta[1:5,])

GenABEL documentation built on May 30, 2017, 3:36 a.m.