xQTLdownload_hqtl | R Documentation |
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 |
phenotype_id that formatted with genome location, like: 9-99773935-99776816, can be obtained using |
histone_type |
(string) One of the histone types: "H3K27AC" or "H3K4ME1". |
cell_type |
(string) One of the cell types: "monocyte", "neutrophil" or "T cell". |
hqtlmeta |
A data.table object obtained via |
A data.table object
hQTL_dt <- xQTLdownload_hqtl(phenotype_id="10:10458128-10465096",
histone_type="H3K4ME1", cell_type="T cell")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.