ImmunoRatio: an ImageJ plugin for analyzing
|
| ImmunoRatio plugin (version 1.0c, 14.2.2011) |
You will also have to download and install a Java Runtime Environment (JRE 1.6 or newer), ImageJ (version 1.42m or newer), and the LOCI Bio-Formats plugin package (loci_tools.jar). Place the downloaded JAR files into your ImageJ plugin directory and restart the program. The source code for ImmunoRatio is included within the JAR file, which can be extracted using a conventional ZIP archiver.
License: ImmunoRatio is licensed under the GNU General Public License. See the license.txt for more details.
Disclaimer: ImmunoRatio is a diagnostic aid for personnel trained to score immunostained samples. Analysis results should always be interpreted together with the pseudo-colored images and the original slides. The developers of ImmunoRatio expressly disclaim any and all liability for any loss or damage that may arise directly or indirectly by using the software or content available on this web site. By downloading the software, you expressly agree and consent to the foregoing terms and conditions.
Details on how to: prepare samples, define optimal image acquisition settings, calibrate the analysis to match your laboratory-specific assessments, use the blankfield image, use the result correction equation, and so on, please see the Help section of ImmunoRatio web application.



ImmunoRatio can also be used in batch mode via the ImageJ macro language. The calling syntax is the following (using the default result correction):
run(
"ImmunoRatio ",
"source_images=C:\\sample1.jpg,C:\\sample2.jpg,C:\\sample3.jpg " +
"blankfield_image=C:\\blankfield.tif " +
"log_file=C:\\log.txt " +
"result_image_directory=C:\\results\\ " +
"source_image_copy_directory= " +
"brown_threshold_adjustment=0 " +
"blue_threshold_adjustment=0 " +
"scale_pixels_per_um=4.60 " +
"result_correction_coefficient_a=0.00006442 " +
"result_correction_coefficient_b=-0.0019840 " +
"result_correction_coefficient_c=0.61100000 " +
"result_correction_coefficient_d=0.43210000 " +
"sample_identifier=example_identifier "
);

Vilppu Tuominen, MSc
Jorma Isola, prof., MD, PhD
Cancer Biology research group
Institute of Biosciences and Medical Technology (BioMediTech)
University of Tampere, Finland
Email: firstname.lastname@uta.fi
| © Cancer Biology research group, Institute of Biosciences and Medical Technology (BioMediTech), University of Tampere | |