Learn R Programming

GenABEL (version 1.8-0)

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

Description

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

Usage

"as.genotype"(x, ...)

Arguments

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

Value

A data-frame containing genotypes consumable by "genetics" 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.genotype(srdta[1:5,1:10])

Run the code above in your browser using DataLab