FSKX Reader

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 ReplacementFSKX Reader
The contents of the FSKX object are:
  • Model script: Calculates the results of the script (mandatory)
  • Parameters script: Used in some models to initialize parameters in the model (currently optional)
  • Visualization script: Generates some form of visualization for the results of the model (optional)
  • Model meta data encoded using the OpenFSMR template.
  • Set of libraries used.

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.

Options

Selected file
File path of the selected FSKX file.

Input Ports

This node has no input ports

Output Ports

Icon
FSK object
Icon
R workspace
Icon
Model metadata

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

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.