Learn R Programming

GenABEL (version 1.8-0)

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

Description

A function to convert an object to "genotype" data frame

Usage

as.genotype(x, ...)

Arguments

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

Value

A data-frame containing "genotype" data class, 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@gtdata[1:5,1:10])

Run the code above in your browser using DataLab