Donwload txt data files
Download plot

findpeaks looks for maxima in fluorescence profiles generated from time-lapse microscopic movie.

Data file should be in txt format and contain two columns: Length of measured hypha and fluorescence intensity. It can also contain optional first column with numerical index, which will be automatically removed during analysis. Data file can be generated using an ImageJ script available at the Github page :

findpeaks

Background signal can be removed completely or partially depending on the image preprocessing. Complete background removal can be done by minimum gluorescence substraction or using a SNIP algorithm from Peaks package. Removal of background signal will not affect the fluorescence intesity of peaks in the results file.

Peaks are identified after signal deconvolution using Gaussian with sigma value provided by the user. Higher sigma value result in broader peaks

Additional smoothing before denconvolution can be achieved using the Markov chain method.

Peaks below a given threshold (%) are removed from the analysis. The threshold is calculated for each timepoint separately. Local filtering of peaks is also available. For each peak ratio of fluorescne vs surrounding background (width can be adjusted by the user) is calculated and peaks below a certain threshold will be removed. This approach can be helpful in removing false peaks, which can result from noisy fluorescent signal.

Erroneously detected peaks can also be removed manually using their id number.

All chosen values of parameters are saved in the results. Hypha id and strain name can also be set.

Results can be saved in txt format for further analysis in the application or in another program.

Tracking of detected peaks can be done using nearest neighboor algorithm. Track splitting, one frame gaps and maximal distance for peaks tracking can be adjusted by the user.s

For results analysis multiple txt files (also from different strains) can be uploaded and common plots such as: histogram, density, boxplot, scatterplot can be created.

Application is based upon Peaks package:

Miroslav Morhac (2012). Peaks: Peaks. R package version 0.2. https://CRAN.R-project.org/package=Peaks