powered by
Prints an eqtl object.
eqtl
# S3 method for eqtl print(x, which=NULL, sig=0.01, output="bed", ...)
Object of class eqtl.
Which center gene should be printed.
Significance level.
Output format.
Additional parameters.
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.
which
sig
# NOT RUN { 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