Page tree

Versions Compared

Key

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

Converts a frequency matrix to a weight matrix. Weight matrices are used for probabilistic recognition of transcription factor binding sites.

...

Element type: fmatrix-to-wmatrix

Parameters

ParameterDescriptionDefault valueParameter in Workflow FileType
Matrix type (required)Dinucleic matrices are more detailed, while mononucleic one
are
is more useful for small input data sets.Mononucleictype

boolean

Available values are:

  • true - for Dinucleic
  • false - for Mononucleic
Weight algorithmDifferent weight algorithms
uses
use different functions to build weight matrices. It allows us to get better precision on different data sets. Log-odds, NLG and Match algorithms are sensitive to input matrices with zero values, so some of them may not work on those matrices.Berg and Von Hippel

Parameters in Workflow File

Type: fmatrix-to-wmatrix

ParameterParameter in the GUITypetypeMatrix type

boolean

Available values are:

true - for Dinucleic
  • false - for Mononucleic
  • weight-algorithm
    Weight algorithm

    string

    Available values are:

    • Berg and von Hippel
    • Log-odds
    • Match
    • NLG

    Input/Output Ports

    The element has 1 input port:

    Name in GUI: Frequency matrix

    Name in Workflow File: in-fmatrix

    Slots:

    Slot In GUISlot in Workflow FileType
    Frequency matrixfmatrixfmatrix

    And 1 output port:

    Name in GUI: Weight matrix

    Name in Workflow File: out-wmatrix

    Slots:

    Slot In GUISlot in Workflow FileType
    Weight matrixwmatrixwmatrix

     

    ...