|
|
### Welcome to a Wiki page of FCS pipeline!
|
|
|
Here we explain how to install and use Fluorescence Correlation Spectroscopy (FCS) pipeline. The FCSpipeline is an FCS-based calibrated image analysis software for the interactive and automated processing of FCS data.
|
|
|
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.
|
|
|
|
|
|
#### 1. [Installation](installation)
|
|
|
#### 2. [Structure of workflow](#structure-of-workflow)
|
... | ... | @@ -7,20 +7,28 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
#### 4. [Interactive Visualisation](#interactive-visualisation-of-calibration-plot)
|
|
|
#### 5. [Output files](#output-files)
|
|
|
#### Structure of workflow
|
|
|
- three user inputs:
|
|
|
- main user input (general parameters)
|
|
|
- plot parameters input (customizing your plot and setting the QC parameters)
|
|
|
> The main nodes users work with are typed in bold.
|
|
|
- User input:
|
|
|
- **main user input** (general parameters)
|
|
|
- **plot parameters input** (customizing your plot and setting the Quality Check (QC) parameters)
|
|
|
- WT user input (calculating the background offset for correction step in Fluctuation Analyzer (FA))
|
|
|
- loading metanodes:
|
|
|
- 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 nodes
|
|
|
- Loading the data:
|
|
|
- FP&POI, dye metanodes (collecting fluctuation data)
|
|
|
- FP&POI&WT images metanode (loading images and coordinates)
|
|
|
- Data processing + Quality Check:
|
|
|
- Python Script (2=>1) (calculating confocal volume and concentrations)
|
|
|
- intensity calculation metanode (calculating intensities in ROI-s, background substraction)
|
|
|
- joiner metanode with Quality Check (data collection for calibration plot + Quality Check)
|
|
|
- Visualisation of data
|
|
|
- Python Source (POI&FP CPM distribution)
|
|
|
- **Python View** (calibration plot)
|
|
|
- Table View (concentrations of POI)
|
|
|
- Two Image Viewers (loaded images with info and concentration maps)
|
|
|
|
|
|
#### Procedure
|
|
|
1. This step can be omitted. Process a WT data with 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 two separate sessions of FA analysis: for FP and for POI. Do 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.
|
|
|
1. This step can be omitted. Process a WT data with FA to obtain WT.res. Only loading and saving data steps 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.
|
|
|
2. Perform three separate sessions of FA analysis: for FP, for POI, and for dye. Do all intermediate FA steps (correlations calculation, correction, fitting of correlations with ACF) to obtain mFP.res, POI.res, and dye.res. A detailed explanation of FA analysis procedure can be found [here](https://git.embl.de/grp-ellenberg/FCSAnalyze/-/wikis/home).
|
|
|
**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.
|
... | ... | @@ -32,9 +40,9 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
|
|
|
![input6](uploads/9722c2ef7708c222886222c7f15ad864/input6.png)
|
|
|
|
|
|
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.
|
|
|
6. 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.
|
|
|
|
|
|
6. Execute all nodes or execute different parts of pipeline sequentially
|
|
|
7. 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
|
... | ... | @@ -53,9 +61,7 @@ Here we explain how to install and use Fluorescence Correlation Spectroscopy (FC |
|
|
#### Output files
|
|
|
> All outputs are saved in the main directory.
|
|
|
1. **info.csv**
|
|
|
info.csv is generated inside the main user input. This is the main output with all final and intermediate parameters.
|
|
|
|
|
|
info.csv includes:
|
|
|
info.csv is generated inside the main user input. This is the main output with all final and intermediate parameters. It includes:
|
|
|
|
|
|
* diffusion coefficient of dye and confocal volume
|
|
|
* the names of directories and files that are used in FCSpipeline
|
... | ... | |