FSK Runner

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementFSK Runner
Runs an FSK model and returns it. The R workspace is also provided on a second port for compatibility with KNIME R nodes.

Model metadata

One row table with metadata of the model read from the file. Every column describes a different property.
Column name Data type
Model name String
Model id SId
Model link String
Organism SId
Organism details String
Environment SId
Environment details String
Model creator String
Model family name String
Model contact String
Model reference description String
Model reference description link String
Created date Date
Modified date Date
Rights String
Notes String
Curation status String
Model type String
Subject String
Food process String
Dependent variable SId
Dependent variable unit SId
Dependent variable type String
Dependent variable min Number
Dependent variable max Number
Independent variables SId (multiple values)
Independent variable units SId (multiple values)
Independent variable types String (multiple values)
Independent variable mins Number (multiple values)
Independent variable maxs Number (multiple values)
Independent variable values Number (multiple values)
Has data? String

Type SId

Some properties are taking unique identifiers of type SId. The SId type follows the pattern:

  • letter ::= ’a’..’z’,’A’..’Z’
  • digit ::= ’0’..’9’
  • nameChar ::= letter | digit | ’_’
  • name ::= ( letter | ’_’ ) nameChar*

Examples of valid SId: escherichia_coli10, _eColi.

Examples of invalid SId: 0escherichia_coli, , 0.

Properties with multiple values

Properties taking multiple values are encoded using the two characters || as splitter. For example two variable units grams and liters would be encoded as gram || liter. If a variable has no unit then a whitespace is used instead, e.g. gram || .

Related properties like the independent variables have the same number of values across the properties. Therefore, the independent variable names, units, minimum and maximum values must have the same number of values to describe N variables. If a value is missing like a variable without unit then a whitespace must be used instead.

Input Ports

Icon
FSK object
Icon
Model metadata

Output Ports

Icon
FSK object
Icon
R workspace
Icon
View Image

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

R View

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.