Learn R Programming

GenABEL (version 1.8-0)

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

Description

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

Usage

"as.hsgeno"(x, ...)

Arguments

x
An object of gwaa.data-class
...
...

Value

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

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

Run this code
require(GenABEL.data)
data(srdta)
as.hsgeno(srdta[1:5,1:10])

Run the code above in your browser using DataLab