Linear Analysis of Midgut
Project description
Linear Analysis of Midgut
---------------LAM---------------
Linear Analysis of Midgut (LAM) is a tool for reducing the dimensionality of microscopy image–obtained data, and for subsequent quantification of variables and object counts while preserving spatial context. LAM’s intended use is to analyze whole Drosophila melanogaster midguts or their sub-regions for phenotypical variation due to differing nutrition, altered genetics, etc. Key functionality is to provide statistical and comparative analysis of variables along the whole length of the midgut for multiple sample groups. Additionally, LAM has algorithms for the estimation of feature-to-feature nearest distances and for the detection of cell clusters, both of which also retain the regional context. LAM also approximates sample widths and can perform multivariate border-region detection on sample groups. The analysis is performed after image processing and object detection. Consequently, LAM requires coordinate data of the features as input.
Installation
LAM is used in a Python (>=3.7, <3.9) environment and can be found on PyPI. It can be installed with command pip install lam. Note that by installing this way, you will be restricted to the settings on the GUI and/or the available command line arguments, and will not be able to alter settings.py.
You can alternatively install LAM from command line using the 'setup.py' by giving command: 'python setup.py install' while located inside the LAM-master -directory. Windows-users are recommended to install Shapely>=1.7.0 from a pre-compiled wheel found here in order to properly link GEOS and cython. The wheel can be installed with pip install path/to/wheel.
The distribution also includes docs/requirements.txt and docs/LAMenv.yml that can be used to install dependencies using pip or conda (Anaconda), respectively. Recommendation is to install LAM into its own virtual environment.
Usage
LAM is used by executing 'src/run.py' or with console command 'lam-run', both of which by default open up the graphical user interface. Settings can be handled through src/settings.py, but LAM also includes argument parsing for most important settings ('python src/run.py -h' OR 'lam-run -h'). Refer to 'docs/UserManual' for additional information. Several modules related to forming LAM-compatible folder structures can be found here.
A video tutorial series on LAM can be found on YouTube here.
Hietakangas lab also provides a stitching script that uses ImageJ to properly stitch tile scan images for object detection and following LAM analysis. The script can be found here.
For object segmentation and/or acquirement of label information, we also provide a wrapper package for StarDist called predictSD that includes several 3D deep learning models that have been trained on images from Aurox spinning disc confocal. The package can extract label information in a format that is directly usable by LAM.
Test data
The 'data/'-directory includes a small test dataset of two sample groups with four samples each. Note that the sample number is not enough for a proper analysis; in ideal circumstances, it is recommended that each sample group should have >=10 samples. Refer to user-manual for additional information.
Publication
- Viitanen, A., Gullmets, J., Morikka, J., Katajisto, P., Mattila, J., & Hietakangas, V. (2021). An image analysis method for regionally defined cellular phenotyping of the Drosophila midgut. Cell Reports Methods, Sep 27th. https://doi.org/10.1016/j.crmeth.2021.100059
Additional Resources
- LAM helper modules - organize data for LAM input
- LAM tutorial videos
- predictSD - a wrapper and some models for running StarDist segmentation with LAM-compatible output
- Stitch - Tile scan image stitching
License
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details
Authors
- Arto I. Viitanen - Hietakangas laboratory
Acknowledgments
- Ville Hietakangas - Hietakangas laboratory
- Jaakko Mattila - Mattila laboratory
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file LAM-0.4.5.tar.gz
.
File metadata
- Download URL: LAM-0.4.5.tar.gz
- Upload date:
- Size: 800.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0eefed59bdb792da20c006232fe610c3ef86e221a4fa6bfc6fb27ec1e78c5f3 |
|
MD5 | 68d0bce9f442a53522df83659d0c34ce |
|
BLAKE2b-256 | 54c7de12c46afd75060cbd70d107e27417247abbb1dfaea7975c641885c4626a |
File details
Details for the file LAM-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: LAM-0.4.5-py3-none-any.whl
- Upload date:
- Size: 823.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf7650b915d3568e692af1c028ba26407bce5a086645319b387e408a2996de3 |
|
MD5 | 075eeaa2a99286b129ca361b1af64590 |
|
BLAKE2b-256 | f1e540c3026b1feff6b7dd0845870d492a241ce768609066204a0b6166a0854f |