R/download.R
xQTLdownload_hqtl.Rd
Download summary statistics data of H3K4me1 and H3K27ac histone QTL (hQTL) using a specified location
xQTLdownload_hqtl(
phenotype_id = "9:99773935-99776816",
histone_type = "H3K27AC",
cell_type = "monocyte",
hqtlmeta = NULL
)
phenotype_id that formatted with genome location, like: 9-99773935-99776816, can be obtained using xQTLdownload_hqtlmeta
(string) One of the histone types: "H3K27AC" or "H3K4ME1".
(string) One of the cell types: "monocyte", "neutrophil" or "T cell".
A data.table object obtained via xQTLdownload_hqtlmeta
.
A data.table object
hQTL_dt <- xQTLdownload_hqtl(phenotype_id="10:10458128-10465096",
histone_type="H3K4ME1", cell_type="T cell")