rqt-results: This function performs an access to covariates

Description Usage Arguments Value Examples

Description

This function performs an access to covariates

An accessor to results

Usage

1
2
3
4
results(obj)

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

Arguments

obj

An object of rqt class.

Value

results returns the results

Examples

1
2
3
4
5
6
7
8
9
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)
res <- geneTest(obj, method="pca", out.type = "D")
results(res)

izhbannikov/rqt.bk documentation built on May 5, 2019, 6:58 p.m.