R/download.R
xQTLdownload_xqtlAllAsso.Rd
Download summary statistics of xQTL for a specified gene, default:3'aQTL
xQTLdownload_xqtlAllAsso(
genes = "",
geneType = "geneSymbol",
tissue = "",
mRNA_refseq = "",
mRNA_gene_DF = NULL,
type = "3'aQTL"
)
(character) gene symbol or gencode id (versioned or unversioned are both supported).
(character) options: "auto","geneSymbol" or "gencodeId". Default: "geneSymbol".
(character) details of tissues in GTEx can be listed using tissueSiteDetailGTExv8
(character) If provided, only the 3'aQTL of mRNA will be downloaded
(data.frame) If provided, mRNA-gencode mapping relationship will be loaded from this data.frame.
3'aQTL(default)
A data.table object of xQTL dataset.
# \donttest{
aQTL_DT <- xQTLdownload_xqtlAllAsso(genes=c("MMP7", "EPS15"), tissue="Lung")
# }