Learn R Programming

GenABEL (version 1.8-0)

as.hsgeno: Attempts to convert object to "hsgeno"

Description

A function to convert an object to "hsgeno" data frame, to be used by "haplo.stats" library

Usage

as.hsgeno(x, ...)

Arguments

...
...

Value

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

See Also

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

Examples

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

Run the code above in your browser using DataLab