|
|
### Welcome to a Wiki page of FCSpipeline!
|
|
|
Here we explain how to install and use Fluorescence Correlation Spectroscopy (FCS) pipeline. The FCSpipeline is an FCS-calibrated image analysis software for the interactive and automated processing of FCS data. Explanations of technical details of FCSpipeline you could find [here](technical details)
|
|
|
|
|
|
### Welcome to a Wiki page of FCSpipelineEMBL_KNIME!
|
|
|
Here we explain how to install and use FCS-calibrated image analysis pipeline. The FCSpipelineEMBL_KNIME is a software for the interactive and automated processing of FCS data.
|
|
|
#### 1. [Installation](installation)
|
|
|
#### 2. [Structure of workflow](#structure-of-workflow)
|
|
|
#### 3. [Procedure](#procedure)
|
|
|
#### 5. [Output files](#output-files)
|
|
|
#### Structure of workflow
|
|
|
> Explanations of technical details of FCSpipeline you could find [here](technical details)
|
|
|
|
|
|
> The main nodes users work with are typed in bold.
|
|
|
- User input:
|
|
|
- **main user input** (where users specify general parameters)
|
... | ... | @@ -21,24 +22,26 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
- concentration map metanode (building concentration maps from row images using calibration parameters)
|
|
|
- Visualisation of data
|
|
|
- Python Source (POI&FP CPM distribution)
|
|
|
- **Python View** (calibration plot)
|
|
|
- **Python View** (calibration plot appeares when you execute this node)
|
|
|
- Table View (concentrations of POI)
|
|
|
- Two Image Viewers (loaded images with info and concentration maps)
|
|
|
|
|
|
![eeffe](uploads/66713426afc1b365482a12d55d6bc87e/eeffe.png)
|
|
|
|
|
|
#### Procedure
|
|
|
1. Process a WT data with FA to obtain WT.res. A detailed explanation of FA analysis procedure can be found [here](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/home). Only import, correction, and export steps of FA session are needed. 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.
|
|
|
> Remember to switch on background indicator in correction steps and then fill offset calculated in step 1
|
|
|
2. Perform three separate sessions of FA analysis: for FP, for POI, and for dye as described [here](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/home). Do **all** intermediate FA steps (correlations calculation, correction, fitting of correlations with ACF) to obtain mFP.res, POI.res, and dye.res.
|
|
|
1. Process a WT data with FA to obtain WT.res. A detailed explanation of FA analysis procedure including [correlations calculation](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/Fa_Load_and_Correlate) and [fitting](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/Fa_fit_fcs) can be found in git project of previous FCS-calibrated imaging pipeline developed by Antonio Politi. Only import, correction, and export steps are needed for the WT FA session. Then fill a WT user input in the KNIME workflow of FCSpipelineEMBL_KNIME and execute Python Source node. Use returned offset value for correction steps in further FA sessions for FP and POI.
|
|
|
2. Perform three separate sessions of FA analysis: for FP, for POI, and for dye as described [here](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/Fa_fit_fcs). Do **all** intermediate FA steps (correlations calculation, correction, fitting of correlations with ACF) to obtain mFP.res, POI.res, and dye.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 the 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 the KNIME node.
|
|
|
4. Specify parameters in the main user input. You can change any parameters or leave default values.
|
|
|
|
|
|
![input1](uploads/a4c9df72fe2acfc0693cc9b274e0fba6/input1.png)
|
|
|
|
|
|
5. Fill a plot parameters input
|
|
|
The explanation of every parameter can be founded in a KMIME description menu of the main user input.
|
|
|
|
|
|
5. Fill a plot parameters input. The explanation of every parameter can be founded in a KMIME description menu of the 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)
|
... | ... | @@ -48,7 +51,7 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
![ccc](uploads/470c6f96fb202dda186885deea5cfbe9/ccc.png)
|
|
|
|
|
|
7. Execute all nodes or particular visualization nodes.
|
|
|
> For the execution of all nodes at one time, press a shortcut: Shift+F7.
|
|
|
> For the execution of all nodes at one time, press a shortcut: Shift+F7. Execution of some nodes such as concentration maps metanode could take some time. If you don't need to build concentration maps, you can select all nodes except concentration maps metanode when executing pipeline.
|
|
|
|
|
|
In Python View node of calibration plot users have an opportunity to:
|
|
|
* Pick the point of interest in the calibration plot window to see fluctuation and correlation data from the respective FCS position. The line can be influenced by outliers (see step 8 in the Procedure section)
|
... | ... | |