ShuttleTracker: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<div align="left" style="width:520px"> | <div align="left" style="width:520px"> | ||
S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> can detect cell nuclei | S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> can detect stained cell nuclei, generate corresponding annular perinuclear extensions, quantify geometric and photometric properties of detected objects, and perform frame-to-frame nuclei tracking. Parameters of the image processing algorithms can be changed manually and the effects of these changes can be seen nearly immediately overlaid on currently displayed microscopic images. A key capability of ShuttleTracker is that nuclear contours and tracks can be generated automatically and then corrected manually. The tool is scriptable. <br/><br/> | ||
The latest S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> version is '''1.3.0''' (September 2019). | The latest S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> version is '''1.3.0''' (September 2019). | ||
</div></div> | </div></div> | ||
Line 50: | Line 50: | ||
===Published applications=== | ===Published applications=== | ||
* <span class="pmbm">Czerkies M</span>, < | * <span class="pmbm">Czerkies M</span>, <i>et al</i>. '''Cell fate in antiviral response arises in the crosstalk of IRF, NF-κB and JAK/STAT pathways''', ''Nature Communications'' <u>9</u>:493 (2018) [http://www.ncbi.nlm.nih.gov/pubmed/29402958 PubMed] [http://dx.doi.org/10.1038/s41467-017-02640-8 CrossRef] | ||
* <span class="pmbm">Tudelska K</span>, <i>et al</i>. '''Information processing in the NF-κB pathway''', ''Sci Rep'' <u>7</u>:15926 (2017) [http://www.ncbi.nlm.nih.gov/pubmed/29162874 PubMed] [http://doi.org/10.1038/s41598-017-16166-y CrossRef] | |||
<br/><br/> | <br/><br/> | ||
Revision as of 18:04, 4 October 2019
of fluorescent reporters
ShuttleTracker can detect stained cell nuclei, generate corresponding annular perinuclear extensions, quantify geometric and photometric properties of detected objects, and perform frame-to-frame nuclei tracking. Parameters of the image processing algorithms can be changed manually and the effects of these changes can be seen nearly immediately overlaid on currently displayed microscopic images. A key capability of ShuttleTracker is that nuclear contours and tracks can be generated automatically and then corrected manually. The tool is scriptable.
The latest ShuttleTracker version is 1.3.0 (September 2019).
Documentation
- User's manual: shuttletracker-1.3.0-manual.pdf
- Step-by-step tutorial: shuttletracker-1.3.0-tutorial.pdf
and associated input images: March26_WellB_Pos09.zip (~1.3 GB)
Stand-alone binary executables for Windows and Mac
- Windows 64-bit installer: shuttletracker-1.3.0-x86_win64-setup.exe
SECURITY: The downloadable installer is not signed with a certificate (so in Windows parlance it comes from an "unknown publisher"); however, its integrity can be checked manually in command line using a Windows pre-installed utility:
- macOS application bundle (zipped "app"): shuttletracker-1.3.0-x86_64-darwin17.zip
SECURITY: MD5 sum of the downloadable ZIP archive can be checked in Terminal:
Containers for Linux
- A docker-based recipe for a Singularity container: shuttletracker-1.3.0-singularity.recipe
sudo singularity build --sandbox st shuttletracker-1.3.0-singularity.recipe
LAUNCHING the simulator within a container (in terminal):
singularity exec --writable st /opt/local/bin/ShuttleTracker
Source code
ShuttleTracker source code is distributed under GNU GPL v3.0.
- C++ source code: shuttletracker-1.3.0-source.tar.gz
tar xfz shuttletracker-1.3.0-source.tar.gz cd shuttletracker-1.3.0-source mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/local/ make -j4 && make install
Contact
The lead software developer is Marek Kochańczyk. For both user's and developer's queries please use the following e-mail address: shuttletracker.software@gmail.com
Published applications
- Czerkies M, et al. Cell fate in antiviral response arises in the crosstalk of IRF, NF-κB and JAK/STAT pathways, Nature Communications 9:493 (2018) PubMed CrossRef
- Tudelska K, et al. Information processing in the NF-κB pathway, Sci Rep 7:15926 (2017) PubMed CrossRef