addTransEqtl: Add trans eQTL data to list

Description Usage Arguments Details See Also Examples

View source: R/addTransEqtl_function.R

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

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

Arguments

mgl

List; see buildFromNames, buildFromRegion, or buildFromEnsgs

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

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

mglR documentation built on May 29, 2017, 4:07 p.m.