🏠

A Collection of Web Applications for TLC Plate Analysis

Below you will find a description of simple web applications designed for the analysis of TLC (Thin-Layer Chromatography) plates. Each application has a specific function, from background subtraction to the detailed analysis of individual spots.


1. TLC Image Background Subtractor

Link: light_subtractor.html

This application is used to predict the background of a TLC plate. Depending on the chosen option, it then subtracts the background from the image or performs a full normalization to isolate only the TLC spots.

Usage instructions:


2. Batch Background Subtractor

Link: M_light_subtractor.html

This is an optimized version of the previous application, designed to work with multiple files at once. It automatically processes a list of files and saves the results in a chosen folder.

Usage instructions:


3. Local Spot Analysis

Link: local_subtractor.html

This application calculates the sum of pixels, the area, and the average intensity for each spot. It allows you to select a threshold above which pixels are counted. The analysis data is saved as a text file (.txt) in a chosen folder for further analysis.

Usage instructions:


4. Masking via Alpha and Bounding Boxes

Link: spots_deletor.html

This tool allows you to detect spots based on a preliminary background-subtracted image and the original image. The cropped spots are then saved to a specified folder for analysis. It includes a range of advanced settings:


5. Transparency Reverser

Link: transparency_reverser.html

This simple application reverses the transparent (alpha) channel of an image to an opaque one. It is used to check whether the alpha channel is being saved correctly and if the file format is not reducing the data included in it.

Usage instructions:


6. Data Formatter

Link: data_formater.html

This tool allows you to rearrange the spots in a new order as desired. In the upper text field, you enter the spot numbers from the old order, separated by spaces. The application formats the data according to the new order into a table that is easy to paste into Excel.

Usage instructions:

```