|
# Welcome to a Wiki page of FCSpipelineEMBL_KNIME!
|
|
# Welcome to a Wiki page of FCSpipelineEMBL_KNIME!
|
|
Here we explain how to install and use FCS-calibrated image analysis pipeline.
|
|
|
|
|
|
FCSpipelineEMBL_KNIME is a software designed for automated processing: using default settings and data structure only user inputs and visualization of data steps (see green frames) need the user's supervision. In addition, the workflow allows for interactive inspection of results and offers the access and modify the source code of individual KNIME analysis nodes in Python or Java, with a flexibility to add additional processing nodes. Here we explain how to install and use FCS-calibrated image analysis pipeline.
|
|
|
|
|
|
#### 1. [Installation](installation)
|
|
#### 1. [Installation](installation)
|
|
#### 2. [Structure of workflow](#structure-of-workflow)
|
|
#### 2. [Structure of workflow](#structure-of-workflow)
|
... | @@ -19,29 +20,8 @@ CPM = Counts per molecule<br> |
... | @@ -19,29 +20,8 @@ CPM = Counts per molecule<br> |
|
FP = Fluorescent protein used for FCS calibration (such as monomeric GFP)<br>
|
|
FP = Fluorescent protein used for FCS calibration (such as monomeric GFP)<br>
|
|
QC - Quality Check
|
|
QC - Quality Check
|
|
|
|
|
|
**Important notes**:
|
|
|
|
|
|
|
|
- FCSpipelineEMBL_KNIME is a software designed for automated processing: using default settings and data structure only user inputs and visualization of data steps (see green frames) need the user's supervision. In addition, the workflow allows for interactive inspection of results and offers the access and modify the source code of individual KNIME analysis nodes in Python or Java, with a flexibility to add additional processing nodes.
|
|
|
|
|
|
|
|
- Before opening KNIME, we recommend to open Anaconda Navigator and check the environment by going to "environments" and choosing: py36_knime. Alternatively, one can check the environment using the Anaconda command line.
|
|
|
|
|
|
|
|
![CaptureAnaconda](uploads/d609941d1e690c1dc9bb550a0aed818f/CaptureAnaconda.PNG)
|
|
|
|
|
|
|
|
**Open KNIME** and in the KNIME Explorer choose the FCSpipelineEMBL_KNIME worflow, which you have unzipped and placed into your local KNIME workflow directory.
|
|
|
|
|
|
|
|
![wf3](uploads/3e13219973e4aabd25390e25c2c0e788/wf3.png)
|
|
![wf3](uploads/3e13219973e4aabd25390e25c2c0e788/wf3.png)
|
|
|
|
|
|
- **Comments** and detailed **information** on individual nodes with explanations on parameters and procedure are in the KNIME description panel, which appears on the right side when **clicking** on the node **once**.
|
|
|
|
|
|
|
|
- The input of the individual nodes can be typed in and modified by **right click** on the node and choosing "**Configure**". Alternatively, nodes can be opened by **double click** on the node.
|
|
|
|
|
|
|
|
- The source code in the individual nodes, also in the processing nodes, becomes visible by **double click** on the node. If needed, the scripts can be modified by the user in Python or Java.
|
|
|
|
|
|
|
|
- Most of the nodes are composed of several consecutive nodes and node branches, which open up, once double clicking on the main node.
|
|
|
|
|
|
|
|
- To run a node, **right click** on the node and choose "**Execute**". For the first run, we recommend the user to execute the workflow node by node, to make sure that each steps runs smoothly. Errors become visible by red light in the node, and /or by error messages in the KNIME Console.
|
|
|
|
|
|
|
|
|
|
|
|
#### I - WT processing block
|
|
#### I - WT processing block
|
|
|
|
|
|
The WT processing block calculates the background offset for the correction step in the FA. See [the procedure](#procedure) below.
|
|
The WT processing block calculates the background offset for the correction step in the FA. See [the procedure](#procedure) below.
|
... | | ... | |