(In this illustration '|' marks the ends of the sequence.)
query 1: | ---- -------- ----------- --- |
results: |----- ------------- ----------- ----- -------|
In this example the user chose "greater than or equal to 6".
query 1: ---- -------- ----------- ---
results: -------- -----------
In this example the mouse coordinates were requested for a query done on human.
query: -------------- ----------- ----------------
pairwise alignment human vs mouse human ************** *****************************
mouse ************** *****************************
results: ----------- ----------------
These results are then ordered by chromosome and start point and displayed in the GALA page with the same release.
query 1: --- ----- ------ --------- query 2: ---- ---- ---
results: ------- ------ ------ --- ---------
Using "INTERSECTION"
query 1: -------------- ---- ------------------ query 2: --------------- ------ -------
results: --------------------- ------------------Using "INTERSECTION and trim regions"
query 1: -------------- ---- ------------------ query 2: --------------- ------ -------
results: -------- ------Using "INTERSECTION returning ranges from the earlier query that overlap anything in the later query"
query 1: -------------- ---- ------------------ query 2: --------------- ------ -------
results: -------------- ------------------Using "INTERSECTION returning ranges from the later query that overlap anything in the earlier query"
query 1: -------------- ---- ------------------ query 2: --------------- ------ -------
results: --------------- ------
Subtracting the earlier minus the later query. (The terms "earlier" and "later"
refer to the queries' relative positions in the history list.) Result 1 is from
selecting "whole regions", while Result 2 is from "only overlapping segments".
query 1: ---------- ------- ------------------- query 2: --------------- ------ ----
Result 1: ------------------- Result 2: --- ----- -------------------The same two queries, only subtracting later minus earlier.
query 1: ---------- ------- ------------------- query 2: --------------- ------ ----
Result 1: ------ ---- Result 2: ------ ------ ----
Return regions from query 1 within 500 bp of a region in query 2.
(Each '-' will represent 100 bp in these diagrams.)
query 1: --- ----- -- --- -- query 2: ------------------- -----
search: ***************************** ***************
results: ----- -- ---
query 1: --- ----- -- --- -- query 2: ------------------- -----
search: *********** ******************* *****
results: --- --
query 1: --- ----- -- --- -- query 2: <------------------ ---->
search: ***** *****
results: --- --
Return regions from query 1 with at least 3 regions from
query 2 within 10 bp.
query 1: ---------- --------------
search: *********************** **********************************
query 2: --- ----- ----- --- ---
results: ----------------------------------
query 1: --------- --------- ---
search: *****************************
***************************** ***********************
query 1: --------- --------- ---
results: ----------------------------------------------