Learn R Programming

GeneticTools (version 0.1)

print.eqtl: Print an eqtl Object

Description

Prints an eqtl object.

Usage

## S3 method for class 'eqtl':
print(x, which=NULL, sig=0.01, ...)

Arguments

x
Object of class eqtl.
which
Which center gene should be printed.
sig
Significance level.
...
Additional parameters.

Details

The function prints SNPs in the surroundings of a gene from an eqtl object.

By default all genes are considered, subsets can be defined with the which option. The sig option gives the threshold which results should be shown.

Examples

Run this code
# myeqtl <- eQTL(geneMatrix,genoData,singleLoc,genoSamples,singleSamples,windowSize,method="LM")
# myeqtl
# print(myeqtl, sig=0.05)

Run the code above in your browser using DataLab