Child pages
  • Search for TFBS

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This sample describes shows how to search for TFBS with a different methods and how to write the results transcription factor binding sites (TFBS) using two different approaches - weight matrices and SITECON models - and write the found TFBS annotations into one output file.First, the workflow reads sequences input by a user. Then, each

The workflow steps are these:

  1. The workflow reads the input sequences.
  2. Each sequence goes to the TFBS searching

...

  1. elements.
  2. Read Weight Matrix reads the input weight matrices.  Read SITECON Model reads the input SITECON models. The data are also transferred to the TFBS searching elements.
  3. Each TFBS searching element produces the corresponding annotations.
  4. After that the two annotation data flows are multiplexed into one data flow.
  5. The multiplexed data and are written to the output file ("merged.gb", by default).

Tip
titleHow to Use This Sample

If you haven't used the workflow samples in UGENE before, look at the "How to Use Sample Workflows" section of the documentation.

...