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

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to convert an object of snp.data-class to "hsgeno" data frame

Usage

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

Arguments

x

An object of snp.data-class

...

...

Value

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

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.hsgeno(srdta@gtdata[1:5,1:10])

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