Description Usage Arguments Value See Also Examples
Merge regions from two queries in a new query.
1 2 | deepblue_merge_queries(query_a_id = NULL, query_b_id = NULL,
user_key = deepblue_options("user_key"))
|
query_a_id |
- A string (id of the first query) |
query_b_id |
- A string or a vector of string (id of the second query (or use an array to include multiple queries)) |
user_key |
- A string (users token key) |
id - A string (new query id)
Other Operating on the data regions: deepblue_aggregate
,
deepblue_binning
,
deepblue_count_regions
,
deepblue_coverage
,
deepblue_distinct_column_values
,
deepblue_extend
,
deepblue_filter_regions
,
deepblue_flank
,
deepblue_get_experiments_by_query
,
deepblue_get_regions
,
deepblue_input_regions
,
deepblue_intersection
,
deepblue_overlap
,
deepblue_query_cache
,
deepblue_query_experiment_type
,
deepblue_score_matrix
,
deepblue_select_annotations
,
deepblue_select_experiments
,
deepblue_select_regions
,
deepblue_tiling_regions
1 2 3 4 5 6 7 8 | 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.