- Select the Tools ‣ Query Designer item in the main menu.
Result: The Query Designer window appears:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema.png"/> <br> </center> |
- Drag the Repeats element from the Palette to the Scene.
Result: The Repeats element subunits are presented on the Scene:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_1.png"/> <br> </center> |
Note, that by default minimum distance between left and right repeats is 0bp, the maximum distance is 5000bp.
- Slide the Repeats element subunits apart.
Result:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_2.png"/> <br> </center> |
- Drag the ORF element from the Palette and drop it between the repeats.
Result: The ORF element is presented on the Scene:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_3.png"/> <br> </center> |
- Find the End-Start constraint on the Palette:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_4.png"/> <br> </center> |
And drag it between the left Repeats element and ORF.
Result: The dialog appears:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_5.png"/> <br> </center> |
- Check that From equals to Repeats.left and To equals to ORF. Set Max to 5000. Press the OK button.
Result: The constraint has been added to the elements:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_6.png"/> <br> </center> |
- Repeat steps 5-6 for ORF element and the right Repeats subunit.
Result: The schema looks as follows:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_7.png"/> <br> </center> |
- Press the Run Schema button on the toolbar:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_8.png"/> <br> </center> |
Result: The Run schema dialog appears:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_9.png"/> <br> </center> |
- Browse for the sequence to analyze (the Load sequence field) and for a GenBank file to save results to (the Save results to field). Click the Run button.
Result: Both the sequence and the file with annotations are added to the current project. The sequence appears in the Sequence View window, for example:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/4686206/How to Create and Run Schema_10.png"/> <br> </center> |
Note |
---|
To learn more about the Sequence View read main UGENE User Manual. |
Note |
---|
The schema described in this example is also available as sample schema. Select the Samples tab on the Palette and double-click the ORF-Repeats to open the sample schema. |