annotation_id = deepblue_select_annotations(
annotation_name="CpG Islands",
genome="hg19", chromosome="chr1")
data_id = deepblue_select_experiments(
experiment_name="E002-H3K9ac.narrowPeak.bed")
deepblue_merge_queries(
query_a_id = annotation_id,
query_b_id = data_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.