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

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to convert @gtdata slot of an object of gwaa.data-class to "hsgeno" data frame

Usage

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

Arguments

x

An object of gwaa.data-class

...

...

Value

A data-frame containing alleles, consumable by "haplo.stats" library

Author(s)

Yurii Aulchenko

See Also

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

Examples

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

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