This program creates a virtual Hematoxylin and Eosin (H&E) image from a fluorescence microscopy image. Similar to H&E staining, where Hematoxylin stains the cell nuclei and Eosin stains the extracellular matrix and cytoplasm, this program creates a virtual H&E image using a fluorescence channel corresponding to a nuclear stain (e.g. DAPI, Hoechest) and a channel which corresponds to the extracellular matrix and cytoplasm (e.g. Desmin-AF488, CD45-AF532).
This is an implementation of the algorithms described in:
The program will allow you to create virtual H&E staining for one or more images. You will need to specify which channel to use as a surrogate for Hematoxylin and which for Eosin. Therefore, if you intend to work on a batch of images, the same surrogates for H&E are expected to appear in all of them (channel equivalence is based on the channels having the same name in all the files).
The program adds three new channels to the original image simulating the RGB colors of an H&E stain. The channels are named "virtual H&E ch1" (red channel), "virtual H&E ch2" (green channel) and "virtual H&E ch3" (blue channel). Note that the channel description for each of these new channels will include the algorithm used to create it and the surrogate H&E channels it utilized. This transparently supports your efforts to conduct reproducible research.