Child pages
  • Element Direction in Schema

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

For some algorithm elements (e.g. ORF) the Direction parameter is available in the Property Editor. It specifies the direction of the current element relatively to other elements in the schema and can take the following values:

  • Direct — specifies to search the results for the element in the current strand.
  • Forward — specifiesd to search the results for the element in the reverse complementary strand.
  • Any — the results for the element are seached in the both strands.

Notice that an element changes it’s appearance on the Scene when different values are selected:

HTML
<center>
     <br>
     <img src="/wiki/download/attachments/4686240/Element Direction in Schema.png"/>
     <br>
</center>

Example1:

Create the following schema:

  1. The Smith-Waterman algorithm element with AAG patern and the Forward direction.
  2. The Smith-Waterman element with CGG pattern and the Backward direction.
  3. Add a constraint to these elements.
  4. Run the schema for a sequence.

By default, if the Query Sequence Mode hasn’t been modified, the followings results will be found:

HTML
<center>
     <br>
     <img src="/wiki/download/attachments/4686240/Element Direction in Schema_1.png"/>
     <br>
</center>

and

HTML
<center>
     <br>
     <img src="/wiki/download/attachments/4686240/Element Direction in Schema_2.png"/>
     <br>
</center>