Contents
- Description
- Usage by Example
- Special Tips
- Config Tree
This plugin will draw user selected R-nodes according their assigned location information (P-nodes representing LOC data type) on corresponding genome by specified colors (see Fig. 1). Enlarged views for interested chromosome regions are also provided (see Fig. 2).
|
|
Fig. 1 |
Fig. 2 The marked region in Fig. 1 is enlarged in this window. |
-
File -> Load, open the file "HumanGene.tree"
-
Plugins -> Genome View. A window called "Genome View Control" will appear, usually in the upper-left corner of your screen.
-
Double-click on "Human", then a window called "GenomeView - Human" will appear. This window will display all human chromosomes. Use Scale Down and Scale Up buttons to adjust chromosomes to feasible sizes.
-
Back to GOBU window, click user node "User Data", then all locations of human gene IDs are marked on chromosomes.
-
Click user node "chr2", then all previously marked locations are removed and locations (i.e. LOC P-nodes) under chr2 are newly marked. Note that there are some marked locations not on chromosome 2, this might be resulted from non-synchronized data.
-
Check Additive box (i.e. ensure this option is selected), select a new color in Use color list, then click user node "chr3". You will see chr2 and chr3 LOC P-nodes are marked by their assigned colors. chr2 LOC P-nodes will note be removed because checked Additive option ensures the additive drawing.
-
Click Remember button. Every time you click this button, marked locations will be remembered with their assigned colors.
-
Select a third color in Use color list, un-check Live box (i.e. ensure this option is un-selected), click user node "chr4", then nothing happens in the GenomeView window. This is because un-checked Live option lets GenomeView window not to response to user selections immediately.
-
Ensure user node "chr4" is selected, mouse-right-click, select "Genome Drawing", then chr4 LOC P-nodes are marked by the third color.
-
Click first Clear button (the one next to Scale Up button), then you will find that only chr4 LOC P-nodes are cleared. This is because chr2 and chr3 LOC P-nodes are remembered with their assigned colors.
-
Check Live box, un-check Additive box, click map location user node "2p11.2", then you will find that corresponding locations are drawn twice in different colors.
-
Double-click somewhere near 2p11.2 on chr2, an enlarged view window called "1 - GenomeView - Human" will appear. Note that a blue dash-line box will appear on chr2 for indicating the corresponding region of the enlarged view window. In the case that you have multiple enlarged view windows, the numbers appended to blue dash-line boxes and the numbers appended to their window titles will show the correspondence (see Fig. 7, blue and red circle).
-
Move mouse cursor to the edge of enlarged view window, drag (i.e. hold mouse-lef-button and move mouse) to resize window. By widening enlarged view window, you will see the size of corresponding blue dash-line box is changed.
-
The coordinate shows the chromosomeal position, doule-click on it to re-center the enlarged view (i.e. movements of enlarged view region). Try centering your enlarged view on chr2 to 87M base-pair.
-
Scale Down or Scale Up so that you see chromosome from 84M to 90M.
-
Drag mouse accross chromosome band and from 84M to 90M, a popup menu with two items (label and de-label) will appear (see Fig. 8), then select label. You will find that locations in dragged region will be labeled with their names, i.e. the node names of corresponding R-nodes (see Fig. 9. In this case, node names are gene IDs). For locations assigned with two colors, their labels will be followed by two colored squares. For locations assigned with one colors, their labels will be followed by one colored square.
-
Move mouse cursor around the enlarged view window and stop for a while, a tool tip will appear.
- Coordinate: "double click to re-center"
- Location boxes: corresponding label name and "double-click to label"
- Colored squares: corresponding information in user tree (the path infomation of this label, i.e. R-node) and "double-click to goto"
Double-click on a colored square, then you will come back to GOBU window, and the corresponding R-node will become visible and selected. Note that if Live box is checked, this action will cause non-remembered locations to be cleared.
-
Click second Clear button (the one next to Remember button), click first Clear button, then you will find that all LOC P-nodes are cleared. Second Clear button is for releasing all remembered locations.
-
Check Live and un-check Additive, set Appearance level of user tree to Representative, then click on any GO node. The drawn locations should belong to selected R-nodes.
- Check Live and Additive, set Appearance level of user tree to Representative, then select Search -> Search GO tree. You may input your desired search pattern and options, you will see all related locations by clicking Iterate all button.
<ItalicString> means a variable.
This plugin obtains genome names and corresponding chromosome lengths from config tree. Descendant GenomeName P-nodes of Genome Information P-node represent genomes. Under each GenomeName P-node, normal child nodes must in the form <chromosome name>:<chromosome length>.
See files "HumanChrInfo.tree", "MouseChrInfo.tree" and "ZebrafishChrInfo.tree" in config sub-folder for examples.