... | ... | @@ -4,7 +4,7 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
#### 1. [Installation](#installation)
|
|
|
#### 2. [Structure of workflow](#structure-of-workflow)
|
|
|
#### 3. [Procedure](#procedure)
|
|
|
#### 4. [Interactive Visualisation of Calibration Plot](#interactive-visualisation-of-calibration-plot)
|
|
|
#### 4. [Interactive Visualisation](#interactive-visualisation-of-calibration-plot)
|
|
|
#### 5. [Output files](#output-files)
|
|
|
#### Installation
|
|
|
1. Install [Fluctuation Analyzer (FA) software](http://fluctuations.de/downloads.html) provided by Malte Wachsmuth.
|
... | ... | @@ -30,40 +30,41 @@ CALL activate py36_knime || ECHO Activating python environment failed |
|
|
```
|
|
|
* For Linux users: create py36.sh with the path to your Anaconda folder (**must contain bin folder**):
|
|
|
|
|
|
6. Download [fcs_pipeline_2.zip](https://git.embl.de/halavaty/fcs-pipelines-vitali-vistunou) on your computer and unzip it into the knime-workspace directory.
|
|
|
6. Download [the last version of FCSpipeline](https://git.embl.de/halavaty/fcs-pipelines-vitali-vistunou) on your computer and unzip it into the knime-workspace directory where all KNIME workflows are stored.
|
|
|
|
|
|
|
|
|
#### Structure of workflow
|
|
|
- two user inputs:
|
|
|
- main user input
|
|
|
- plot parameters input
|
|
|
- three user inputs:
|
|
|
- main user input (general parameters)
|
|
|
- plot parameters input (customizing your plot and setting the QC parameters)
|
|
|
- WT user input (calculating the background offset for correction step in FA)
|
|
|
- loading metanodes:
|
|
|
- collecting fluctuation data (FA WT, FA FP, FA dye metanodes)
|
|
|
- collecting intensities (intensity data metanode)
|
|
|
- data processing nodes (joiner, python scripts)
|
|
|
- collecting fluctuation data (FP&POI, dye metanode)
|
|
|
- loading images and coordinates (FP&POI&WT images metanode)
|
|
|
- data processing nodes (Python Script (2=>1), intensity calculation metanode )
|
|
|
- joiner metanode with Quality Check
|
|
|
- visualization node and the final table
|
|
|
|
|
|
![Untitlede](uploads/a9b4392c17927382facce75537330c6a/Untitlede.png)
|
|
|
- visualization nodes
|
|
|
|
|
|
#### Procedure
|
|
|
1. Prepare the following [structure of files](structure of files)
|
|
|
2. Specify parameters in a main user input
|
|
|
1. This step can be omitted. Process a WT data with Fluctuation Analyzer (FA) to obtain WT.res (only loading data and saving data steps are needed). In FCSPipeline KNIME workflow, fill a WT user input and execute Python Source node. Use returned offset value for correction steps in further FA sessions for FP and POI.
|
|
|
2. Perform FA analysis including all intermediate FA steps (correlations calculation, correction, fitting of correlations with ACF) to obtain mFP.res and POI.res. **Important:** do not forget to save fluctuation traces with ACF fitting curves (Export all traces button) as **.cof, .itr files**
|
|
|
3. Prepare the following [structure of files](structure of files).
|
|
|
4. Specify parameters in a main user input
|
|
|
> You can change any parameters or leave default values. The explanation of every parameter can be founded in a description menu of KNIME node.
|
|
|
|
|
|
![input1](uploads/a4c9df72fe2acfc0693cc9b274e0fba6/input1.png)
|
|
|
|
|
|
3. Fill a plot parameters input
|
|
|
5. Fill a plot parameters input
|
|
|
> It will implement a Quality Check by filtering the points for calibration plot according to the bounders of statistics parameters specified by user.
|
|
|
|
|
|
![input6](uploads/9722c2ef7708c222886222c7f15ad864/input6.png)
|
|
|
|
|
|
4. The default channel used for extracting intensities from images is the first one. If you want to change the channel, go to intensity data metanode, then open Image Reader (Table) node, go to Subset Selection and exclude all channels except the channel you need to process.
|
|
|
5. The default channel used for extracting intensities from images is the first one. If you want to change the channel, go to intensity data metanode, then open Image Reader (Table) node, go to Subset Selection and exclude all channels except the channel you need to process.
|
|
|
|
|
|
5. Execute all nodes or execute different parts of pipeline sequentially
|
|
|
6. Execute all nodes or execute different parts of pipeline sequentially
|
|
|
> For the execution of all nodes at one time, click on the green bottom (Execute all executable nodes) at the top of the KNIME window or just press a shortcut: Shift+F7.
|
|
|
|
|
|
#### Interactive Visualisation of Calibration Plot
|
|
|
#### Interactive Visualisation
|
|
|
1. Pick the point of interest in the calibration plot window to see fluctuation and correlation data from the respective FCS position.
|
|
|
2. Check the statistics parameters and level of bleaching at the headings of plots.
|
|
|
3. Delete points that you consider have "bad" fluctuations or quality of fitting (list points to delete in plot parameter input).
|
... | ... | |