data_id = deepblue_select_experiments(
experiment_name="E002-H3K9ac.narrowPeak.bed",
chromosome="chr1")
request_id = deepblue_get_regions(
query_id =data_id,
output_format = "CHROMOSOME,START,END")
deepblue_get_request_data(request_id = request_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.