Learn R Programming

mglR (version 0.1.0)

addSqtlSeek: Add results from SqtlSeek splicingQTL algorithm to list

Description

addSqtlSeek returns an 'mgl' list with the fifteenth element as a dataframe containing results from SqtlSeek splicingQTL algorithm from GTEx; see http://www.gtexportal.org.

Usage

addSqtlSeek(mgl, download = TRUE, saveDownload = FALSE, 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_sqtlSeek.RData'
fpsource
A character string of with the filepath where the data has been downloaded

Details

This gives the SqtlSeek algorithm results for each gene. Data is downloaded from the GTEx website http://www.gtexportal.org/static/datasets/gtex_analysis_pilot_v3/splicing_qtls_sqtls/sQTLs-sQTLseeker-merged.tgz.

See Also

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

Examples

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

Run the code above in your browser using DataLab