Back to Projects List
Loading Large Microscopy Data in Slicer
Key Investigators
- Sindhura Thirumal (Queen’s University)
- Steve Pieper (Isomics)
- Tina Kapur (BWH)
Project Description
We’ve developed a module in Slicer - TITAN - that is meant to be an end-to-end pipeline of processing and analyzing imaging mass cytometry data. TITAN allows the user to
visualize the different protein channels in the tissue, segment the individual cells in the tissue, and create some simple analysis plots of the data. Currently, user has to export
the raw file from the cytometer into TIFF files using an external software in order to use TITAN. However, we would like to use the raw text files directly with Slicer instead,
in order to eliminate the need for any external software.
Objective
- Be able to import large text files into Slicer without causing Slicer to become unresponsive
- Update functions in TITAN to work with the text file rather than TIFF images
Approach and Plan
- Implement a custom reader to deal with these text files
Progress and Next Steps
- Added button to module that opens the user’s file explorer for them to select the text file(s) to be imported
- Doing this just points to the file’s location on the computer rather than opening the file in Slicer (which is what slows it down)
- Data from the files are obtained by parsing through each line and generating the corresponding image arrays, which are then used to create new volume nodes
Illustrations
Loading text files
Result of generated image from text file
Background and References