| geneloc {MatrixEQTL} | R Documentation | 
Artificial Gene location file for 10 genes.
| geneid | chr | left | right | 
| Gene_01 | chr1 | 721289 | 731289 | 
| Gene_02 | chr1 | 752565 | 762565 | 
| ... | ... | ... | ... | 
A data frame with 4 columns.
geneidA column with gene names. The order does not have to match the gene expression data set.
chrChromosome number, i.e. chr1.
leftLower (smaller) coordinate of the gene begining/end.
rightUpper (larger) coordinate of the gene begining/end.
The package website: http://www.bios.unc.edu/research/genomic_software/Matrix_eQTL/
See Matrix_eQTL_engine for reference and sample code.