Learn R Programming

mglR (version 0.1.0)

addTransEqtl: Add trans eQTL data to list

Description

addTransEqtl returns an 'mgl' list with the thirteenth element as a list with each element being a dataframe with trans eQTL data from GTEx for a given tissue for the gene of interest.

Usage

addTransEqtl(mgl, download = T, saveDownload = F, fpsource = "./")

Arguments

download
A logical vector indicating if the data should be downloaded.
saveDownload
A logical vector indicating if the data should be saved as 'RawData_transEqtls.RData'
fpsource
A character string of with the filepath where the data has been downloaded

Details

This gives basic information on tissue specific eQTLs as reported by GTEx for the gene of interest. It pulls eQTL data based on the ENSG identifier. Data is downloaded from GTEx gtexportal.org/.

See Also

Other elements: addAei, addAntisense, addCisEqtl, addDnase, addEnst, addExpression, addGo, addGrasp, addGwasCatalog, addLoc, addPtv, addPubmed, addSqtlAltrans, addSqtlSeek, missNames

Examples

Run this code
## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
## Not run: myMgl <- addTransEqtl(myMgl)

Run the code above in your browser using DataLab