Heatmap plot of the LD-p-value relationship of the eQTL
xQTLvisual_coloc(
gene = "",
geneType = "auto",
variantName = "",
variantType = "auto",
tissueLabels = "",
study = "",
population = "EUR"
)
(character) gene symbol or gencode id (versioned or unversioned are both supported).
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto".
(character) name of variant, dbsnp ID and variant id is supported, eg. "rs138420351" and "chr17_7796745_C_T_b38".
(character) options: "auto", "snpId" or "variantId". Default: "auto".
(a character vector) can be listed with ebi_study_tissues
. If is null, use all tissue / cell-types. (Default)
(character) Studies can be listed using ebi_study_tissues
. If is null, use all studies (Default).
(string) One of the 5 popuations from 1000 Genomes: 'AFR', 'AMR', 'EAS', 'EUR', and 'SAS'.
A list containing a data.table object and a ggplot object
# \donttest{
heatmapQTL <- xQTLvisual_coloc( gene="MMP7", variantName="rs11568818", study="TwinsUK")
# }