Description Usage Arguments Value See Also
Basic interface to MatrixEQTL passing all data in files
| 1 2 3 | 
| expression_file_name | filename of a tab separated file with expression values in a matrix ngene x nsample | 
| genotype_file_name | filename of a tab separated file with genotype dosage values (usually between 0 and 2) in a matrix nsnp x nsample | 
| covariates_file_name | filename of a tab separated file with covariate values in a matrix ncovar x nsample | 
| gene.position | data.frame with gene positions in the first 4 columns named "chrom", "start", "end", "gene_id" | 
| snp.pos | data.frame with SNP positions in the first three columns named "snp_id", "chrom", "snp_pos" | 
| prefix | name prefix for the outputfilenames | 
| redo | logical, if TRUE the results will always be recomputed, if FALSE the results will be loaded if they exist (default FALSE) | 
| threshold | significance threshold for eQTLs (default 1e-5) | 
| compute.all | MatrixEQTL reports only significant results, if results for all tests are required set this to TRUE (default FALSE) | 
| what | flag to determine what should be returned (default "table"). Can be set to "object" to get the MatrixEQTL result object. | 
if what is "table" the function returns the eQTL results as a table if what is "object" the function returns the MatrixEQTL object.
Other eqtl functions: eqtl.min.p,
eqtl.run, myWaitForJobs,
trans.qtl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.