Learn R Programming

GenomicTools (version 0.2.9.7)

summary.eqtl: Summarize an eqtl Object

Description

Summarizes and prints an eqtl object in an informative way.

Usage

# S3 method for eqtl
summary(object, sig=0.01, ...)

Arguments

object

Object of class eqtl.

sig

Significance level to print.

...

Additional parameters.

Details

This function gives a summary of an eqtl object.

Examples

Run this code
# NOT RUN {
# First perform an eQTL
# lm.myEQTL <- eQTL(gex=ourExpression, geno=genotData, xAnnot=xAnnotDF, windowSize=1,
#                   genoSamples=genoSamples, method="LM")

# summary(lm.myEQTL)
# }

Run the code above in your browser using DataLab