rqt-genotype: This function performs an access to genotype.

genotypeR Documentation

This function performs an access to genotype.

Description

A genotype accessor

Usage

genotype(obj)

## S4 method for signature 'rqt'
genotype(obj)

Arguments

obj

An object of rqt class.

Value

genotype returns the genotype

Examples

data <- data.matrix(read.table(system.file("extdata/test.bin1.dat", 
package="rqt"), header=TRUE))
pheno <- data[,1]
geno <- data[, 2:dim(data)[2]]
colnames(geno) <- paste(seq(1, dim(geno)[2]))
geno.obj <- SummarizedExperiment(geno)
obj <- rqt(phenotype=pheno, genotype=geno.obj)
genotype(obj)

izhbannikov/rqt documentation built on Aug. 2, 2024, 1:39 p.m.