PiSCAT: An open source package in Python for interferometric Scattering Microscopy (Homepage)
iSCAT microscopy was introduced about two decades ago (1) and demonstrated to be the method of choice for label-free imaging and tracking of matter at nanometric scale (2), with a wide range of applications such as detection of gold nanoparticles, single dye molecules, viruses, and small proteins (3). The image of a nanoparticle in iSCAT microscopy is formed via the interference between the light scattered from the particle and a reference field which is a part of the incident laser light. The photostable scattering signal from nanoparticles allows for very long measurements at high speeds, all the way up to megahertz, limited only by the available technology, e.g. of cameras or scanners. Recording fast and long videos however, produces a large volume of data which needs to undergo several stages of computationally demanding analysis. We introduce PiSCAT as a python-based package for the analysis of variuos iSCAT measurements and related experiments. PiSCAT aims to facilitate high-performance quantitative analysis of big data and provide a generally open-access platform to enable and speed up the research in iSCAT and related communities. To facilitate the use of PiSCAT, we offer tutorials with live-code features in which we present state-of-the-art algorithms for iSCAT microscopy. These cover important educative materials in jupyter notebooks, supported with a web-based documentation page.
In this first release, we provide analysis tools for the sensitive detection of single unlabelled proteins via wide-field iSCAT microscopy. Proteins are only a few nanometers in size with a molecular weight of a few to several hundred kDa. They were detected via iSCAT already in 2014 for small proteins down to the Bovines Serumalbumin (BSA) protein with a mass of 65 kDa (4). iSCAT microscopy is since employed in several more advanced applications such as real-time investigation of cellular secretion (5,6) and quantitative mass spectrometry of single proteins (7).
The documentation webpage of PiSCAT modules can be found here.
The outputs from most of the PiSCAT localization and tracking methods are of Panda data frame type. This data structure has the ability to be easily appended/extended with more information based on different levels of analysis. The data structures containing the results of localization and tracking routines can be saved as csv, mat and HDF5 files. This helps users to work with the analyzed information using different softwares namely, MATLAB and Microsoft Excel. HDF5 is a well-known format that is readable in different programming languages and supports large, complex, heterogeneous data. HDF5 uses a "file directory" like structure that allows users to organize data within the file in structured ways and to embed metadata as well, making it self-describing.
To install PiSCAT using PyPi, enter the following command in the console:
pip install piscat
Clone/download this repository and unzip it. In the project directory enter the following command
pip install -e .
Once the installation is done and the python environment is activated, enter the following command in the console:
python -m piscat
Once the installation is done and the python environment is activated, enter the following command in the console:
python -m piscat.Tutorials
If you use PiSCAT in a scientific publication or for its API or design, we would appreciate citations to the following paper:
[1] Mirzaalian Dastjerdi, Houman, et al. "PiSCAT: A Python Package for Interferometric Scattering Microscopy." The Journal of Open Source Software 7.71 (2022). (Journal)
Bibtex entry:
@article{Dastjerdi2022,
doi = {10.21105/joss.04024},
url = {https://doi.org/10.21105/joss.04024},
year = {2022},
publisher = {The Open Journal},
volume = {7},
number = {71},
pages = {4024},
author = {Houman Mirzaalian Dastjerdi and Reza Gholami Mahmoodabadi and Matthias Bär and Vahid Sandoghdar and Harald Köstler},
title = {PiSCAT: A Python Package for Interferometric Scattering Microscopy},
journal = {Journal of Open Source Software}
}
To run the tests, please activate the PiSCAT virtual environment. In the project directory, in the console, enter the following command:
python setup.py test
- Follow the hyper links and the install Python 3.9 and PyCharm.
- Create a virtual environment based on the instructions provided here.
- Follow this link to select PiSCAT venv as the interpreter, to install the setup.py file and then to run a setup.py task.
Contributions to PiSCAT are always welcome, and they are greatly appreciated! Our contribution policy can be found here.