print.eqtl: Print an eqtl Object

print.eqtlR Documentation

Print an eqtl Object

Description

Prints an eqtl object.

Usage

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

Arguments

x

Object of class eqtl.

which

Which center gene should be printed.

sig

Significance level.

output

Output format.

...

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.

Value

An eqtl object

Author(s)

Daniel Fischer

Examples

## Not run: 
myeqtl <- eQTL(geneMatrix,genoData,singleLoc,genoSamples,singleSamples,windowSize,method="LM")
myeqtl
print(myeqtl, sig=0.05)

## End(Not run)

fischuu/GenomicTools documentation built on April 30, 2023, 7:53 p.m.