Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • swain-lab/aliby/aliby-mirror
  • swain-lab/aliby/alibylite
2 results
Show changes
Commits on Source (299)
Showing
with 4442 additions and 1678 deletions
...@@ -38,7 +38,15 @@ Local Tests: ...@@ -38,7 +38,15 @@ Local Tests:
stage: tests stage: tests
script: script:
# - poetry install -vv # - poetry install -vv
- poetry run pytest ./tests --ignore ./tests/aliby/network --ignore ./tests/aliby/pipeline - poetry run coverage run -m --branch pytest ./tests --ignore ./tests/aliby/network --ignore ./tests/aliby/pipeline
- poetry run coverage report -m
- poetry run coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
Network Tools Tests: Network Tools Tests:
stage: tests stage: tests
...@@ -59,7 +67,7 @@ Static Type: ...@@ -59,7 +67,7 @@ Static Type:
- poetry run mypy . --exclude 'setup\.py$' - poetry run mypy . --exclude 'setup\.py$'
# We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345 # We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345
# TODO add more tests before activate automatic release # TODO add more tests before activating auto-release
# Bump_release: # Bump_release:
# stage: release # stage: release
# script: # script:
......
## Summary ## Summary
(Summarize the bug encountered concisely) {Summarize the bug encountered concisely}
I confirm that I have (if relevant):
- [ ] Read the troubleshooting guide: https://gitlab.com/aliby/aliby/-/wikis/Troubleshooting-(basic)
- [ ] Updated aliby and aliby-baby.
- [ ] Tried the unit test.
- [ ] Tried a scaled-down version of my experiment (distributed=0, filter=0, tps=10)
- [ ] Tried re-postprocessing.
## Steps to reproduce ## Steps to reproduce
(How one can reproduce the issue - this is very important) {How one can reproduce the issue - this is very important}
- aliby version: 0.1.{...}, or if development/unreleased version, commit SHA: {...}
- platform(s):
- [ ] Jura
- [ ] Other Linux, please specify distribution and version: {...}
- [ ] MacOS, please specify version: {...}
- [ ] Windows, please specify version: {...}
- experiment ID: {...}
- Any special things you need to know about this experiment: {...}
## What is the current bug behavior? ## What is the current bug behavior?
...@@ -19,6 +35,12 @@ ...@@ -19,6 +35,12 @@
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as
it's very hard to read otherwise.) it's very hard to read otherwise.)
```
{PASTE YOUR ERROR MESSAGE HERE!!}
```
## Possible fixes ## Possible fixes
(If you can, link to the line of code that might be responsible for the problem) (If you can, link to the line of code that might be responsible for the problem)
# Contributing # Contributing
We focus our work on python 3.7 due to the current neural network being developed on tensorflow 1. In the near future we will migrate the networ to pytorch to support more recent versions of all packages. We focus our work on python 3.8 due to the current neural network being developed on tensorflow 1. In the near future we will migrate the network to pytorch to support more recent versions of all packages.
## Issues ## Issues
All issues are managed within the gitlab [ repository ](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/issues), if you don't have an account on the University of Edinburgh's gitlab instance and would like to submit issues please get in touch with [Prof. Peter Swain](mailto:peter.swain@ed.ac.uk ). All issues are managed within the gitlab [ repository ](https://gitlab.com/aliby/aliby/-/issues), if you don't have an account on the University of Edinburgh's gitlab instance and would like to submit issues please get in touch with [Prof. Peter Swain](mailto:peter.swain@ed.ac.uk ).
## Data aggregation ## Data aggregation
......
...@@ -2,52 +2,47 @@ ...@@ -2,52 +2,47 @@
[![docs](https://readthedocs.org/projects/aliby/badge/?version=master)](https://aliby.readthedocs.io/en/latest) [![docs](https://readthedocs.org/projects/aliby/badge/?version=master)](https://aliby.readthedocs.io/en/latest)
[![PyPI version](https://badge.fury.io/py/aliby.svg)](https://badge.fury.io/py/aliby) [![PyPI version](https://badge.fury.io/py/aliby.svg)](https://badge.fury.io/py/aliby)
[![pipeline](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/badges/master/pipeline.svg?key_text=master)](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/pipelines) [![pipeline](https://gitlab.com/aliby/aliby/badges/master/pipeline.svg?key_text=master)](https://gitlab.com/aliby/aliby/-/pipelines)
[![dev pipeline](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/badges/dev/pipeline.svg?key_text=dev)](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/commits/dev) [![dev pipeline](https://gitlab.com/aliby/aliby/badges/dev/pipeline.svg?key_text=dev)](https://gitlab.com/aliby/aliby/-/commits/dev)
[![coverage](https://gitlab.com/aliby/aliby/badges/dev/coverage.svg)](https://gitlab.com/aliby/aliby/-/commits/dev)
End-to-end processing of cell microscopy time-lapses. ALIBY automates segmentation, tracking, lineage predictions, post-processing and report production. It leverages the existing Python ecosystem and open-source scientific software available to produce seamless and standardised pipelines. End-to-end processing of cell microscopy time-lapses. ALIBY automates segmentation, tracking, lineage predictions, post-processing and report production. It leverages the existing Python ecosystem and open-source scientific software available to produce seamless and standardised pipelines.
## Quickstart Documentation ## Quickstart Documentation
Installation of [VS Studio](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2022) Native MacOS support for is under work, but you can use containers (e.g., Docker, Podman) in the meantime.
To analyse local data
```bash
pip install aliby
```
Add any of the optional flags `omero` and `utils` (e.g., `pip install aliby[omero, utils]`). `omero` provides tools to connect with an OMERO server and `utils` provides visualisation, user interface and additional deep learning tools.
See our [installation instructions]( https://aliby.readthedocs.io/en/latest/INSTALL.html ) for more details.
We use (and recommend) [OMERO](https://www.openmicroscopy.org/omero/) to manage our microscopy database, but ALIBY can process both locally-stored experiments and remote ones hosted on a server. ### CLI
### Setting up a server If installed via poetry, you have access to a Command Line Interface (CLI)
For testing and development, the easiest way to set up an OMERO server is by
using Docker images.
[The software carpentry](https://software-carpentry.org/) and the [Open
Microscopy Environment](https://www.openmicroscopy.org), have provided
[instructions](https://ome.github.io/training-docker/) to do this.
The `docker-compose.yml` file can be used to create an OMERO server with an ```bash
accompanying PostgreSQL database, and an OMERO web server. aliby-run --expt_id EXPT_PATH --distributed 4 --tps None
It is described in detail ```
[here](https://ome.github.io/training-docker/12-dockercompose/).
Our version of the `docker-compose.yml` has been adapted from the above to And to run Omero servers, the basic arguments are shown:
use version 5.6 of OMERO. ```bash
aliby-run --expt_id XXX --host SERVER.ADDRESS --user USER --password PASSWORD
```
To start these containers (in background): The output is a folder with the original logfiles and a set of hdf5 files, one with the results of each multidimensional inside.
```shell script
cd pipeline-core
docker-compose up -d
```
Omit the `-d` to run in foreground.
To stop them, in the same directory, run: For more information, including available options, see the page on [running the analysis pipeline](https://aliby.readthedocs.io/en/latest/PIPELINE.html)
```shell script
docker-compose stop
```
### Installation ## Using specific components
See our [installation instructions]( https://aliby.readthedocs.io/en/latest/INSTALL.html ) for more details. ### Access raw data
### Raw data access ALIBY's tooling can also be used as an interface to OMERO servers, for example, to fetch a brightfield channel.
ALIBY's tooling can also be used as an interface to OMERO servers, taking care of fetching data when needed.
```python ```python
from aliby.io.dataset import Dataset from aliby.io.omero import Dataset, Image
from aliby.io.image import Image
server_info= { server_info= {
"host": "host_address", "host": "host_address",
...@@ -82,27 +77,33 @@ in time. ...@@ -82,27 +77,33 @@ in time.
It fetches the metadata from the Image object, and uses the TilerParameters values (all Processes in aliby depend on an associated Parameters class, which is in essence a dictionary turned into a class.) It fetches the metadata from the Image object, and uses the TilerParameters values (all Processes in aliby depend on an associated Parameters class, which is in essence a dictionary turned into a class.)
#### Get a timelapse for a given trap #### Get a timelapse for a given tile (remote connection)
```python ```python
fpath = "h5/location" fpath = "h5/location"
trap_id = 9 tile_id = 9
trange = list(range(0, 30)) trange = range(0, 10)
ncols = 8 ncols = 8
riv = remoteImageViewer(fpath) riv = remoteImageViewer(fpath)
trap_tps = riv.get_trap_timepoints(trap_id, trange, ncols) trap_tps = [riv.tiler.get_tiles_timepoint(tile_id, t) for t in trange]
# You can also access labelled traps
m_ts = riv.get_labelled_trap(tile_id=0, tps=[0])
# And plot them directly
riv.plot_labelled_trap(trap_id=0, channels=[0, 1, 2, 3], trange=range(10))
``` ```
This can take several seconds at the moment. Depending on the network speed can take several seconds at the moment.
For a speed-up: take fewer z-positions if you can. For a speed-up: take fewer z-positions if you can.
#### Get the traps for a given time point #### Get the tiles for a given time point
Alternatively, if you want to get all the traps at a given timepoint: Alternatively, if you want to get all the traps at a given timepoint:
```python ```python
timepoint = 0 timepoint = (4,6)
seg_expt.get_tiles_timepoints(timepoint, tile_size=96, channels=None, tiler.get_tiles_timepoint(timepoint, channels=None,
z=[0,1,2,3,4]) z=[0,1,2,3,4])
``` ```
......
numpydoc>=1.3.1 numpydoc>=1.3.1
aliby[network]>=0.1.43 aliby[network]>=0.1.43
sphinx-autodoc-typehints==1.19.2
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
myst-parser myst-parser
sphinx-autodoc-typehints
...@@ -53,8 +53,8 @@ NOTE: Support for OMERO servers in GNU/Linux computers requires building ZeroC-I ...@@ -53,8 +53,8 @@ NOTE: Support for OMERO servers in GNU/Linux computers requires building ZeroC-I
### FAQ ### FAQ
- Installation fails during zeroc-ice compilation (Windows and MacOS). - Installation fails during zeroc-ice compilation (Windows and MacOS).
- Windows
The simplest way to install it is using conda (or mamba). You can install the (OMERO) network components separately: For Windows, the simplest way to install it is using conda (or mamba). You can install the (OMERO) network components separately:
$ conda create -n aliby -c conda-forge python=3.8 omero-py $ conda create -n aliby -c conda-forge python=3.8 omero-py
$ conda activate aliby $ conda activate aliby
...@@ -62,7 +62,7 @@ NOTE: Support for OMERO servers in GNU/Linux computers requires building ZeroC-I ...@@ -62,7 +62,7 @@ NOTE: Support for OMERO servers in GNU/Linux computers requires building ZeroC-I
$ \PATH\TO\POETRY\LOCATION\poetry install $ \PATH\TO\POETRY\LOCATION\poetry install
- MacOS - MacOS
Under work (See issue https://github.com/ome/omero-py/issues/317) For local access and processing, follow the same instructions as Linux. Remote access to OMERO servers depends on some issues in one of our depedencies being solved (See issue https://github.com/ome/omero-py/issues/317)
### Git version ### Git version
...@@ -70,13 +70,100 @@ Install [ poetry ](https://python-poetry.org/docs/#installation) for dependency ...@@ -70,13 +70,100 @@ Install [ poetry ](https://python-poetry.org/docs/#installation) for dependency
In case you want to have local version: In case you want to have local version:
$ git clone git@git.ecdf.ed.ac.uk:swain-lab/aliby/aliby.git $ git clone git@gitlab.com/aliby/aliby.git
$ cd aliby && poetry install --all-extras $ cd aliby
and then either
$$ poetry install --all-extras
for everything, including tools to access OMERO servers, or
$$ poetry install
for a version with only local access, or
$$ poetry install --with dev
to install with compatible versions of the development tools we use, such as black.
These commands will automatically install the [ BABY ](https://gitlab.com/aliby/baby) segmentation software. Support for additional segmentation and tracking algorithms is under development.
## Omero Server
We use (and recommend) [OMERO](https://www.openmicroscopy.org/omero/) to manage our microscopy database, but ALIBY can process both locally-stored experiments and remote ones hosted on a server.
### Setting up a server
For testing and development, the easiest way to set up an OMERO server is by
using Docker images.
[The software carpentry](https://software-carpentry.org/) and the [Open
Microscopy Environment](https://www.openmicroscopy.org), have provided
[instructions](https://ome.github.io/training-docker/) to do this.
The `docker-compose.yml` file can be used to create an OMERO server with an
accompanying PostgreSQL database, and an OMERO web server.
It is described in detail
[here](https://ome.github.io/training-docker/12-dockercompose/).
This will automatically install the [ BABY ](https://git.ecdf.ed.ac.uk/swain-lab/aliby/baby) segmentation software. Support for additional segmentation and tracking algorithms is under development. Our version of the `docker-compose.yml` has been adapted from the above to
use version 5.6 of OMERO.
To start these containers (in background):
```shell script
cd pipeline-core
docker-compose up -d
```
Omit the `-d` to run in foreground.
To stop them, in the same directory, run:
```shell script
docker-compose stop
```
### Troubleshooting ### Troubleshooting
Segmentation has been tested on: Mac OSX Mojave, Ubuntu 20.04 and Arch Linux. Segmentation has been tested on: Mac OSX Mojave, Ubuntu 20.04 and Arch Linux.
Data processing has been tested on all the above and Windows 11. Data processing has been tested on all the above and Windows 11.
### Detailed Windows installation
#### Create environment
Open anaconda powershell as administrator
```shell script
conda create -n devaliby2 -c conda-forge python=3.8 omero-py
conda activate devaliby2
```
#### Install poetry
You may have to specify the python executable to get this to work :
```shell script
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | C:\Users\USERNAME\Anaconda3\envs\devaliby2\python.exe -
``` Also specify full path when running poetry (there must be a way to sort this)
- Clone the repository (Assuming you have ssh properly set up)
```shell script
git clone git@gitlab.com:aliby/aliby.git
cd aliby
poetry install --all-extras
```
You may need to run the full poetry path twice - first time gave an error message, worked second time
```shell script
C:\Users\v1iclar2\AppData\Roaming\Python\Scripts\poetry install --all-extras
```
confirm installation of aliby - python...import aliby - get no error message
#### Access the virtual environment from the IDE (e.g., PyCharm)
New project
In location - navigate to the aliby folder (eg c::/Users/Public/Repos/aliby
- Select the correct python interpreter
click the interpreter name at the bottom right
click add local interpreter
on the left click conda environment
click the 3 dots to the right of the interpreter path and navigate to the python executable from the environment created above (eg C:\Users\v1iclar2\Anaconda3\envs\devaliby2\python.exe)
#### Potential Windows issues
- Sometimes the library pywin32 gives trouble, just install it using pip or conda
# Running the analysis pipeline
You can run the analysis pipeline either via the command line interface (CLI) or using a script that incorporates the `aliby.pipeline.Pipeline` object.
## CLI
On a CLI, you can use the `aliby-run` command. This command takes options as follows:
- `--host`: Address of image-hosting server.
- `--username`: Username to access image-hosting server.
- `--password`: Password to access image-hosting server.
- `--expt_id`: Number ID of experiment stored on host server.
- `--distributed`: Number of distributed cores to use for segmentation and signal processing. If 0, there is no parallelisation.
- `--tps`: Optional. Number of time points from the beginning of the experiment to use. If not specified, the pipeline processes all time points.
- `--directory`: Optional. Parent directory to save the data files (HDF5) generated, `./data` by default; the files will be stored in a child directory whose name is the name of the experiment.
- `--filter`: Optional. List of positions to use for analysis. Alternatively, a regex (regular expression) or list of regexes to search for positions. **Note: for the CLI, currently it is not able to take a list of strings as input.**
- `--overwrite`: Optional. Whether to overwrite an existing data directory. True by default.
- `--override_meta`: Optional. Whether to overwrite an existing data directory. True by default.
Example usage:
```bash
aliby-run --expt_id EXPT_PATH --distributed 4 --tps None
```
And to run Omero servers, the basic arguments are shown:
```bash
aliby-run --expt_id XXX --host SERVER.ADDRESS --user USER --password PASSWORD
```
## Script
Use the `aliby.pipeline.Pipeline` object and supply a dictionary, following the example below. The meaning of the parameters are the same as described in the CLI section above.
```python
#!/usr/bin/env python3
from aliby.pipeline import Pipeline, PipelineParameters
# Specify experiment IDs
ids = [101, 102]
for i in ids:
print(i)
try:
params = PipelineParameters.default(
# Create dictionary to define pipeline parameters.
general={
"expt_id": i,
"distributed": 6,
"host": "INSERT ADDRESS HERE",
"username": "INSERT USERNAME HERE",
"password": "INSERT PASSWORD HERE",
# Ensure data will be overwriten
"override_meta": True,
"overwrite": True,
}
)
# Fine-grained control beyond general parameters:
# change specific leaf in the extraction tree.
# This example tells the pipeline to additionally compute the
# nuc_est_conv quantity, which is a measure of the degree of
# localisation of a signal in a cell.
params = params.to_dict()
leaf_to_change = params["extraction"]["tree"]["GFP"]["np_max"]
leaf_to_change.add("nuc_est_conv")
# Regenerate PipelineParameters
p = Pipeline(PipelineParameters.from_dict(params))
# Run pipeline
p.run()
# Error handling
except Exception as e:
print(e)
```
This example code can be the contents of a `run.py` file, and you can run it via
```bash
python run.py
```
in the appropriate virtual environment.
Alternatively, the example code can be the contents of a cell in a jupyter notebook.
...@@ -4,21 +4,15 @@ ...@@ -4,21 +4,15 @@
contain the root `toctree` directive. contain the root `toctree` directive.
.. toctree:: .. toctree::
:hidden:
Home page <self> Home page <self>
Installation <INSTALL.md> Installation <INSTALL.md>
Pipeline options <PIPELINE.md>
Contributing <CONTRIBUTING.md>
.. ..
Examples <examples.rst> Examples <examples.rst>
Reference <api.rst> Reference <api.rst>
.. ..
Contributing <CONTRIBUTING.md>
..
ALIBY reference <_autosummary/aliby>
extraction reference <_autosummary/extraction>
agora reference <_autosummary/agora>
postprocessor reference <_autosummary/postprocessor>
logfile_parser reference <_autosummary/logfile_parser>
.. include:: ../../README.md .. include:: ../../README.md
:parser: myst_parser.sphinx_ :parser: myst_parser.sphinx_
#+title: Input/Output Stage Dependencies
Overview of what fields are required for each consecutive step to run, and
- Registration
- Tiler
- Requires:
- None
# - Optionally:
- Produces:
- /trap_info
- Tiler
- Requires:
- None
- Produces:
- /trap_info
...@@ -4,7 +4,7 @@ Draft for recommended metadata for images to provide a standard interface for al ...@@ -4,7 +4,7 @@ Draft for recommended metadata for images to provide a standard interface for al
* Essential data * Essential data
- DimensionOrder: str - DimensionOrder: str
Order of dimensions (e.g., CTZYX for Channel, Time, Z,Y,X) Order of dimensions (e.g., TCZYX for Time, Channel, Z, Y, X)
- PixelSize: float - PixelSize: float
Size of pixel, useful for segmentation. Size of pixel, useful for segmentation.
- Channels: List[str] - Channels: List[str]
......
#+title: ALIBY roadmap
Overview of potential improvements, goals, issues and other thoughts worth keeping in the repository. In general, it is things that the original developer would have liked to implement had there been enough time.
* General goals
- Simplify code base
- Reduce dependency on BABY
- Abstract components beyond cell outlines (i.e, vacuole, or other ROIs)
- Enable providing metadata defaults (remove dependency of metadata)
- (Relevant to BABY): Migrate aliby-baby to Pytorch from Keras. Immediately after upgrade h5py to the latest version (we are stuck in 2.10.0 due to Keras).
* Long-term tasks (Soft Eng)
- Support external segmentation/tracking/lineage/processing tools
- Split segmentation, tracking and lineage into independent Steps
- Implement the pipeline as an acyclic graph
- Isolate lineage and tracking into a section of aliby or an independent package
- Abstract cells into "ROIs" or "Outlines"
- Abstract lineage into "Outline relationships" (this may help study cell-to-cell interactions in the future)
- Add support to next generation microscopy formats.
- Make live cell processing great again! (low priority)
* Potential features
- Flat field correction (requires research on what is the best way to do it)
- Support for monotiles (e.g., agarose pads)
- Support the user providing location of tiles (could be a GUI in which the user selects a region)
- Support multiple neural networks (e.g., vacuole/nucleus in adition to cell segmentation)
- Use CellPose as a backup for accuracy-first pipelines
* Potential CLI(+matplotlib) interfaces
The fastest way to get a gui-like interface is by using matplotlib as a panel to update and read keyboard inputs to interact with the data. All of this can be done within matplotlib in a few hundreds of line of code.
- Annotate intracellular contents
- Interface to adjust the parameters for calibration
- Basic selection of region of interest in a per-position basis
* Sections in need of refactoring
** Extraction
Extraction could easily increase its processing speed. Most of the code was not originally written using casting and vectorised operations.
- Reducing the use of python loops to the minimum
- Replacing nested functions with functional mappings (extraction be faster and clearer with a functional programming approach)
- Replacing the tree with a set of tuples and delegating processing order to dask.
Dask can produce its own internal tree and optimise the order of rendering the tree unnecessary
** Postprocessing.
- Clarify the limits of picking and merging classes: These are temporal procedures; in the future segmentation should become more accurate, making picking Picker redundant; better tracking/lineage assignemnt will make merging redundant.
- Formalise how lineage and reshaper processes are handled
- Non-destructive postprocessing.
The way postprocessing is done is destructive at the moment. If we aim to perform more complex data analysis automatically an implementation of complementary and tractable sub-pipelines is essential. (low priority, perhaps within scripts)
- Functionalise parameter-process schema. This schema provides a decent structure, but it requires a lot of boilerplate code. To transition the best option is probably a function that converts Process classes into a function, and another that extracts default values from a Parameters class. This could in theory replace most Process-Parameters pairs. Lineage functions will pose a problem and a common interface to get lineage or outline-to-outline relationships demands to be engineered.
** Compiler/Reporter
- Remove compiler step, and focus on designing an adequate report, then build it straight after postprocessing ends.
** Writers/Readers
- Consider storing signals that are similar (e.g., signals arising from each channel) in a single multidimensional array to save storage space. (mid priority)
- Refactor (Extraction/Postprocessing) Writer to use the DynamicWriter Abstract Base Class.
** Pipeline
Pipeline is in dire need of refactoring, as it coordinates too many things. The best approach would be to modify the structure to delegate more responsibilities to Steps (such as validation) and Writers (such as writing metadata).
* Testing
- I/O interfaces
- Visualisation helpers and other functions
- Running one pipeline from another
- Groupers
* Documentation
- Tutorials and how-to for the usual tasks
- How to deal with different types of data
- How to aggregate data from multiple experiments
- Contribution guidelines (after developing some)
* Tools/alternatives that may be worth considering for the future
- trio/asyncio/anyio for concurrent processing of individual threads
- Pandas -> Polars: Reconsider after pandas 2.0; they will become interoperable
- awkward arrays: Better way to represent data series with different sizes
- h5py -> zarr: OME-ZARR format is out now, it is possible that the field will move in that direction. This would also make us being stuck in h5py 2.10.0 less egregious.
- Use CellACDC's work on producing a common interface to access a multitude of segmentation algorithms.
* Secrets in the code
- As aliby is adapted to future Python versions, keep up with the "FUTURE" statements that enunciate how code can be improved in new python version
- Track FIXMEs and, if we cannot solve them immediately, open an associated issue
* Minor inconveniences to fix
- Update CellTracker models by training with current scikit-learn (currently it warns that the models were trained in an older version of sklearn )
...@@ -14,5 +14,4 @@ params = Parameters( ...@@ -14,5 +14,4 @@ params = Parameters(
ext = Extractor(params, omero_id=19310) ext = Extractor(params, omero_id=19310)
# ext.extract_exp(tile_size=117)
d = ext.extract_tp(tp=1, tile_size=117) d = ext.extract_tp(tp=1, tile_size=117)
2022-10-10 15:31:27,350 - INFO
Swain Lab microscope experiment log file
GIT commit: e5d5e33 fix: changes to a few issues with focus control on Batman.
Microscope name: Batman
Date: 022-10-10 15:31:27
Log file path: D:\AcquisitionDataBatman\Swain Lab\Ivan\RAW DATA\2022\Oct\10-Oct-2022\pH_med_to_low00\pH_med_to_low.log
Micromanager config file: C:\Users\Public\Microscope control\Micromanager config files\Batman_python_15_4_22.cfg
Omero project: Default project
Omero tags:
Experiment details: Effect on growth and cytoplasmic pH of switch from normal pH (4.25) media to higher pH (5.69). Switching is run using the Oxygen software
-----Acquisition settings-----
2022-10-10 15:31:27,350 - INFO Image Configs:
Image config,Channel,Description,Exposure (ms), Number of Z sections,Z spacing (um),Sectioning method
brightfield1,Brightfield,Default bright field config,30,5,0.6,PIFOC
pHluorin405_0_4,pHluorin405,Phluorin excitation from 405 LED 0.4v and 10ms exposure,5,1,0.6,PIFOC
pHluorin488_0_4,GFPFast,Phluorin excitation from 488 LED 0.4v,10,1,0.6,PIFOC
cy5,cy5,Default cy5,30,1,0.6,PIFOC
Device properties:
Image config,device,property,value
pHluorin405_0_4,DTOL-DAC-1,Volts,0.4
pHluorin488_0_4,DTOL-DAC-2,Volts,0.4
cy5,DTOL-DAC-3,Volts,4
2022-10-10 15:31:27,353 - INFO
group: YST_247 field: position
Name, X, Y, Z, Autofocus offset
YST_247_001,-8968,-3319,2731.125040696934,123.25
YST_247_002,-8953,-3091,2731.3000406995416,123.25
YST_247_003,-8954,-2849,2731.600040704012,122.8
YST_247_004,-8941,-2611,2730.7750406917185,122.8
YST_247_005,-8697,-2541,2731.4500407017767,118.6
group: YST_247 field: time
start: 0
interval: 300
frames: 180
group: YST_247 field: config
brightfield1: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin405_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin488_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
cy5: 0xfffffffffffffffffffffffffffffffffffffffffffff
2022-10-10 15:31:27,356 - INFO
group: YST_1510 field: position
Name,X,Y,Z,Autofocus offset
YST_1510_001,-6450,-230,2343.300034917891,112.55
YST_1510_002,-6450,-436,2343.350034918636,112.55
YST_1510_003,-6450,-639,2344.000034928322,116.8
YST_1510_004,-6450,-831,2344.250034932047,116.8
YST_1510_005,-6848,-536,2343.3250349182636,110
group: YST_1510 field: time
start: 0
interval: 300
frames: 180
group: YST_1510 field: config
brightfield1: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin405_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin488_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
cy5: 0xfffffffffffffffffffffffffffffffffffffffffffff
2022-10-10 15:31:27,359 - INFO
group: YST_1511 field: position
Name, X, Y, Z, Autofocus offset
YST_1511_001,-10618,-1675,2716.900040484965,118.7
YST_1511_002,-10618,-1914,2717.2250404898077,122.45
YST_1511_003,-10367,-1695,2718.2500405050814,120.95
YST_1511_004,-10367,-1937,2718.8250405136496,120.95
YST_1511_005,-10092,-1757,2719.975040530786,119.45
group: YST_1511 field: time
start: 0
interval: 300
frames: 180
group: YST_1511 field: config
brightfield1: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin405_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin488_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
cy5: 0xfffffffffffffffffffffffffffffffffffffffffffff
2022-10-10 15:31:27,362 - INFO
group: YST_1512 field: position
Name,X,Y,Z,Autofocus offset
YST_1512_001,-8173,-2510,2339.0750348549336,115.65
YST_1512_002,-8173,-2718,2338.0250348392874,110.8
YST_1512_003,-8173,-2963,2336.625034818426,110.8
YST_1512_004,-8457,-2963,2336.350034814328,110.9
YST_1512_005,-8481,-2706,2337.575034832582,113.3
group: YST_1512 field: time
start: 0
interval: 300
frames: 180
group: YST_1512 field: config
brightfield1: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin405_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin488_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
cy5: 0xfffffffffffffffffffffffffffffffffffffffffffff
2022-10-10 15:31:27,365 - INFO
group: YST_1513 field: position
Name,X,Y,Z,Autofocus offset
YST_1513_001,-6978,-2596,2339.8750348668545,113.3
YST_1513_002,-6978,-2380,2340.500034876168,113.3
YST_1513_003,-6971,-2163,2340.8750348817557,113.3
YST_1513_004,-6971,-1892,2341.2500348873436,113.3
YST_1513_005,-6692,-1892,2341.550034891814,113.3
group: YST_1513 field: time
start: 0
interval: 300
frames: 180
group: YST_1513 field: config
brightfield1: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin405_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
pHluorin488_0_4: 0xfffffffffffffffffffffffffffffffffffffffffffff
cy5: 0xfffffffffffffffffffffffffffffffffffffffffffff
2022-10-10 15:31:27,365 - INFO
2022-10-10 15:31:27,365 - INFO
-----Experiment started-----
File added
File added
This diff is collapsed.
[tool.poetry] [tool.poetry]
name = "aliby" name = "aliby"
version = "0.1.51" version = "0.1.64"
description = "Process and analyse live-cell imaging data" description = "Process and analyse live-cell imaging data"
authors = ["Alan Munoz <alan.munoz@ed.ac.uk>"] authors = ["Alan Munoz <alan.munoz@ed.ac.uk>"]
packages = [ packages = [
...@@ -12,44 +12,57 @@ packages = [ ...@@ -12,44 +12,57 @@ packages = [
] ]
readme = "README.md" readme = "README.md"
[tool.poetry.scripts]
aliby-run = "aliby.bin.run:run"
aliby-annotate = "aliby.bin.annotate:annotate"
aliby-visualise = "aliby.bin.visualise:napari_overlay"
[build-system]
requires = ["setuptools", "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8, <3.11" python = ">=3.8, <3.11"
PyYAML = "^6.0" PyYAML = "^6.0"
flatten-dict = "^0.4.2" flatten-dict = "^0.4.2"
gaussianprocessderivatives = "^0.1.5" gaussianprocessderivatives = "^0.1.5"
h5py = "2.10" # File I/O
numpy = ">=1.21.6" numpy = ">=1.21.6"
opencv-python = "4.1.2.30" Bottleneck = "^1.3.5"
opencv-python = "^4.7.0.72"
pathos = "^0.2.8" # Lambda-friendly multithreading
p-tqdm = "^1.3.3" p-tqdm = "^1.3.3"
pandas = ">=1.3.3" pandas = ">=1.3.3"
py-find-1st = "^1.1.5" # Fast indexing py-find-1st = "^1.1.5" # Fast indexing
scikit-learn = ">=1.0.2" # Used for an extraction metric scikit-learn = ">=1.0.2" # Used for an extraction metric
scipy = ">=1.7.3" scipy = ">=1.7.3"
# [tool.poetry.group.pipeline.dependencies] # Pipeline + I/O
aliby-baby = "^0.1.15"
dask = "^2021.12.0" dask = "^2021.12.0"
imageio = "2.8.0" # For image-visualisation utilities imageio = "2.8.0" # For image-visualisation utilities
requests-toolbelt = "^0.9.1" requests-toolbelt = "^0.9.1"
scikit-image = ">=0.18.1" scikit-image = ">=0.18.1"
tqdm = "^4.62.3" # progress bars tqdm = "^4.62.3" # progress bars
xmltodict = "^0.13.0" # read ome-tiff metadata xmltodict = "^0.13.0" # read ome-tiff metadata
zarr = "^2.14.0"
GitPython = "^3.1.27"
h5py = "2.10" # File I/O
# Networking
omero-py = { version = ">=5.6.2", optional = true } # contact omero server
# Baby segmentation
aliby-baby = {version = "^0.1.17", optional=true}
# [tool.poetry.group.postprocessor.dependencies] # Postprocessing
[tool.poetry.group.pp.dependencies]
leidenalg = "^0.8.8" leidenalg = "^0.8.8"
more-itertools = "^8.12.0" more-itertools = "^8.12.0"
pathos = "^0.2.8" # Lambda-friendly multithreading
pycatch22 = "^0.4.2" pycatch22 = "^0.4.2"
# [tool.poetry.group.network.dependencies] [tool.poetry.group.pp]
omero-py = { version = ">=5.6.2", optional = true } # contact omero server optional = true
zeroc-ice = { version="3.6.5", optional = true } # networking interface, slow to build
GitPython = "^3.1.27"
Bottleneck = "^1.3.5"
[tool.poetry.extras]
omero = [ "omero-py" ]
network = [ "omero-py", "zeroc-ice" ]
[tool.poetry.group.dev] [tool.poetry.group.dev]
optional = true optional = true
...@@ -66,9 +79,10 @@ pre-commit = "^2.20.0" ...@@ -66,9 +79,10 @@ pre-commit = "^2.20.0"
seaborn = "^0.11.2" seaborn = "^0.11.2"
debugpy = "^1.6.3" debugpy = "^1.6.3"
coverage = "^7.0.4" coverage = "^7.0.4"
jupytext = "^1.14.4"
# [tool.poetry.group.gui.dependencies] grid-strategy = "^0.0.1"
# napari = ">=0.4.16" readchar = "^4.0.3"
ipdb = "^0.13.11"
[tool.poetry.group.docs] [tool.poetry.group.docs]
optional = true optional = true
...@@ -85,10 +99,21 @@ optional = true ...@@ -85,10 +99,21 @@ optional = true
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
pytest = "^6.2.5" pytest = "^6.2.5"
[tool.poetry.group.utils]
optional = true
[build-system] # Dependency groups can only be used by a poetry installation, not pip
requires = ["setuptools", "poetry-core>=1.0.0"] [tool.poetry.group.utils.dependencies]
build-backend = "poetry.core.masonry.api" napari = {version = ">=0.4.16", optional=true}
Torch = {version = "^1.13.1", optional=true}
pytorch-lightning = {version = "^1.9.3", optional=true}
torchvision = {version = "^0.14.1", optional=true}
trio = {version = "^0.22.0", optional=true}
grid-strategy = {version = "^0.0.1", optional=true}
[tool.poetry.extras]
omero = ["omero-py"]
baby = ["aliby-baby"]
[tool.black] [tool.black]
line-length = 79 line-length = 79
......
...@@ -3,13 +3,15 @@ import typing as t ...@@ -3,13 +3,15 @@ import typing as t
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from collections.abc import Iterable from collections.abc import Iterable
from copy import copy from copy import copy
from pathlib import Path, PosixPath from pathlib import Path
from time import perf_counter from time import perf_counter
from typing import Union from typing import Union
from flatten_dict import flatten from flatten_dict import flatten
from yaml import dump, safe_load from yaml import dump, safe_load
from agora.logging import timer
atomic = t.Union[int, float, str, bool] atomic = t.Union[int, float, str, bool]
...@@ -58,14 +60,14 @@ class ParametersABC(ABC): ...@@ -58,14 +60,14 @@ class ParametersABC(ABC):
else: else:
return iterable return iterable
def to_yaml(self, path: Union[PosixPath, str] = None): def to_yaml(self, path: Union[Path, str] = None):
""" """
Returns a yaml stream of the attributes of the class instance. Returns a yaml stream of the attributes of the class instance.
If path is provided, the yaml stream is saved there. If path is provided, the yaml stream is saved there.
Parameters Parameters
---------- ----------
path : Union[PosixPath, str] path : Union[Path, str]
Output path. Output path.
""" """
if path: if path:
...@@ -78,7 +80,7 @@ class ParametersABC(ABC): ...@@ -78,7 +80,7 @@ class ParametersABC(ABC):
return cls(**d) return cls(**d)
@classmethod @classmethod
def from_yaml(cls, source: Union[PosixPath, str]): def from_yaml(cls, source: Union[Path, str]):
""" """
Returns instance from a yaml filename or stdin Returns instance from a yaml filename or stdin
""" """
...@@ -200,7 +202,7 @@ class ProcessABC(ABC): ...@@ -200,7 +202,7 @@ class ProcessABC(ABC):
def run(self): def run(self):
pass pass
def _log(self, message: str, level: str = "warn"): def _log(self, message: str, level: str = "warning"):
# Log messages in the corresponding level # Log messages in the corresponding level
logger = logging.getLogger("aliby") logger = logging.getLogger("aliby")
getattr(logger, level)(f"{self.__class__.__name__}: {message}") getattr(logger, level)(f"{self.__class__.__name__}: {message}")
...@@ -209,7 +211,7 @@ class ProcessABC(ABC): ...@@ -209,7 +211,7 @@ class ProcessABC(ABC):
def check_type_recursive(val1, val2): def check_type_recursive(val1, val2):
same_types = True same_types = True
if not isinstance(val1, type(val2)) and not all( if not isinstance(val1, type(val2)) and not all(
type(x) in (PosixPath, str) for x in (val1, val2) # Ignore str->path type(x) in (Path, str) for x in (val1, val2) # Ignore str->path
): ):
return False return False
if not isinstance(val1, t.Iterable) and not isinstance(val2, t.Iterable): if not isinstance(val1, t.Iterable) and not isinstance(val2, t.Iterable):
...@@ -239,22 +241,13 @@ class StepABC(ProcessABC): ...@@ -239,22 +241,13 @@ class StepABC(ProcessABC):
def _run_tp(self): def _run_tp(self):
pass pass
def run_tp(self, tp: int, log: bool = True, **kwargs): @timer
def run_tp(self, tp: int, **kwargs):
""" """
Time and log the timing of a step. Time and log the timing of a step.
""" """
if log: return self._run_tp(tp, **kwargs)
t = perf_counter()
result = self._run_tp(tp, **kwargs)
self._log(
f"Timing:{self.__class__.__name__}:{perf_counter()-t}s",
"debug",
)
else:
result = self._run_tp(tp, **kwargs)
return result
def run(self): def run(self):
# Replace run withn run_tp # Replace run with run_tp
raise Warning("Steps use run_tp instead of run") raise Warning("Steps use run_tp instead of run")
...@@ -157,16 +157,13 @@ def attrs_from_h5(fpath: str): ...@@ -157,16 +157,13 @@ def attrs_from_h5(fpath: str):
return dict(f.attrs) return dict(f.attrs)
def parameters_from_h5(fpath: str):
"""Return parameters from an h5 file."""
attrs = attrs_from_h5(fpath)
return yaml.safe_load(attrs["parameters"])
def image_creds_from_h5(fpath: str): def image_creds_from_h5(fpath: str):
"""Return image id and server credentials from an h5.""" """Return image id and server credentials from an h5."""
attrs = attrs_from_h5(fpath) attrs = attrs_from_h5(fpath)
return ( return (
attrs["image_id"], attrs["image_id"],
yaml.safe_load(attrs["parameters"])["general"]["server_info"], {
k: yaml.safe_load(attrs["parameters"])["general"][k]
for k in ("username", "password", "host")
},
) )
import logging import logging
import typing as t import typing as t
from collections.abc import Iterable
from itertools import groupby from itertools import groupby
from pathlib import Path, PosixPath from pathlib import Path
from functools import lru_cache, cached_property from functools import lru_cache, cached_property
import h5py import h5py
...@@ -27,13 +26,13 @@ class Cells: ...@@ -27,13 +26,13 @@ class Cells:
""" """
def __init__(self, filename, path="cell_info"): def __init__(self, filename, path="cell_info"):
self.filename: t.Optional[t.Union[str, PosixPath]] = filename self.filename: t.Optional[t.Union[str, Path]] = filename
self.cinfo_path: t.Optional[str] = path self.cinfo_path: t.Optional[str] = path
self._edgemasks: t.Optional[str] = None self._edgemasks: t.Optional[str] = None
self._tile_size: t.Optional[int] = None self._tile_size: t.Optional[int] = None
@classmethod @classmethod
def from_source(cls, source: t.Union[PosixPath, str]): def from_source(cls, source: t.Union[Path, str]):
return cls(Path(source)) return cls(Path(source))
def _log(self, message: str, level: str = "warn"): def _log(self, message: str, level: str = "warn"):
...@@ -146,12 +145,47 @@ class Cells: ...@@ -146,12 +145,47 @@ class Cells:
) )
def mask(self, cell_id, trap_id): def mask(self, cell_id, trap_id):
"""
Returns the times and the binary masks of a given cell in a given tile.
Parameters
----------
cell_id : int
The unique ID of the cell.
tile_id : int
The unique ID of the tile.
Returns
-------
Tuple[np.ndarray, np.ndarray]
The times when the binary masks were taken and the binary masks of the given cell in the given tile.
"""
times, outlines = self.outline(cell_id, trap_id) times, outlines = self.outline(cell_id, trap_id)
return times, np.array( return times, np.array(
[ndimage.morphology.binary_fill_holes(o) for o in outlines] [ndimage.morphology.binary_fill_holes(o) for o in outlines]
) )
def at_time(self, timepoint, kind="mask"): def at_time(
self, timepoint: t.Iterable[int], kind="mask"
) -> t.List[t.List[np.ndarray]]:
"""
Returns a list of lists of binary masks in a given list of time points.
Parameters
----------
timepoints : Iterable[int]
The list of time points for which to return the binary masks.
kind : str, optional
The type of binary masks to return, by default "mask".
Returns
-------
List[List[np.ndarray]]
A list of lists with binary masks grouped by tile IDs.
"""
ix = self["timepoint"] == timepoint ix = self["timepoint"] == timepoint
traps = self["trap"][ix] traps = self["trap"][ix]
edgemasks = self._edgem_from_masking(ix) edgemasks = self._edgem_from_masking(ix)
...@@ -162,6 +196,33 @@ class Cells: ...@@ -162,6 +196,33 @@ class Cells:
] ]
return self.group_by_traps(traps, masks) return self.group_by_traps(traps, masks)
def at_times(
self, timepoints: t.Iterable[int], kind="mask"
) -> t.List[t.List[np.ndarray]]:
"""
Returns a list of lists of binary masks for a given list of time points.
Parameters
----------
timepoints : Iterable[int]
The list of time points for which to return the binary masks.
kind : str, optional
The type of binary masks to return, by default "mask".
Returns
-------
List[List[np.ndarray]]
A list of lists with binary masks grouped by tile IDs.
"""
return [
[
np.stack(tile_masks) if len(tile_masks) else []
for tile_masks in self.at_time(tp, kind=kind).values()
]
for tp in timepoints
]
def group_by_traps( def group_by_traps(
self, traps: t.Collection, cell_labels: t.Collection self, traps: t.Collection, cell_labels: t.Collection
) -> t.Dict[int, t.List[int]]: ) -> t.Dict[int, t.List[int]]:
...@@ -217,8 +278,39 @@ class Cells: ...@@ -217,8 +278,39 @@ class Cells:
def ntimepoints(self) -> int: def ntimepoints(self) -> int:
return self["timepoint"].max() + 1 return self["timepoint"].max() + 1
@cached_property
def _cells_vs_tps(self):
# Binary matrix showing the presence of all cells in all time points
ncells_per_tile = [len(x) for x in self.labels]
cells_vs_tps = np.zeros(
(sum(ncells_per_tile), self.ntimepoints), dtype=bool
)
cells_vs_tps[
self._cell_cumsum[self["trap"]] + self["cell_label"] - 1,
self["timepoint"],
] = True
return cells_vs_tps
@cached_property
def _cell_cumsum(self):
# Cumulative sum indicating the number of cells per tile
ncells_per_tile = [len(x) for x in self.labels]
cumsum = np.roll(np.cumsum(ncells_per_tile), shift=1)
cumsum[0] = 0
return cumsum
def _flat_index_to_tuple_location(self, idx: int) -> t.Tuple[int, int]:
# Convert a cell index to a tuple
# Note that it assumes tiles and cell labels are flattened, but
# it is agnostic to tps
tile_id = int(np.where(idx + 1 > self._cell_cumsum)[0][-1])
cell_label = idx - self._cell_cumsum[tile_id] + 1
return tile_id, cell_label
@property @property
def ncells_matrix(self): def _tiles_vs_cells_vs_tps(self):
ncells_mat = np.zeros( ncells_mat = np.zeros(
(self.ntraps, self["cell_label"].max(), self.ntimepoints), (self.ntraps, self["cell_label"].max(), self.ntimepoints),
dtype=bool, dtype=bool,
...@@ -228,46 +320,28 @@ class Cells: ...@@ -228,46 +320,28 @@ class Cells:
] = True ] = True
return ncells_mat return ncells_mat
def matrix_trap_tp_where( def cell_tp_where(
self, min_ncells: int = None, min_consecutive_tps: int = None self,
min_consecutive_tps: int = 15,
interval: None or t.Tuple[int, int] = None,
): ):
"""
Return a matrix of shape (ntraps x ntps - min_consecutive_tps to
indicate traps and time-points where min_ncells are available for at least min_consecutive_tps
Parameters
---------
min_ncells: int Minimum number of cells
min_consecutive_tps: int
Minimum number of time-points a
Returns
---------
(ntraps x ( ntps-min_consecutive_tps )) 2D boolean numpy array where rows are trap ids and columns are timepoint windows.
If the value in a cell is true its corresponding trap and timepoint contains more than min_ncells for at least min_consecutive time-points.
"""
if min_ncells is None:
min_ncells = 2
if min_consecutive_tps is None:
min_consecutive_tps = 5
window = sliding_window_view( window = sliding_window_view(
self.ncells_matrix, min_consecutive_tps, axis=2 self._cells_vs_tps, min_consecutive_tps, axis=1
) )
tp_min = window.sum(axis=-1) == min_consecutive_tps tp_min = window.sum(axis=-1) == min_consecutive_tps
ncells_tp_min = tp_min.sum(axis=1) >= min_ncells
return ncells_tp_min
def random_valid_trap_tp( # Apply an interval filter to focucs on a slice
self, min_ncells: int = None, min_consecutive_tps: int = None if interval is not None:
): interval = tuple(np.array(interval))
# Return a randomly-selected pair of trap_id and timepoints else:
mat = self.matrix_trap_tp_where( interval = (0, window.shape[1])
min_ncells=min_ncells, min_consecutive_tps=min_consecutive_tps
) low_boundary, high_boundary = interval
traps, tps = np.where(mat)
rand = np.random.randint(mat.sum()) tp_min[:, :low_boundary] = False
return (traps[rand], tps[rand]) tp_min[:, high_boundary:] = False
return tp_min
@lru_cache(20) @lru_cache(20)
def mothers_in_trap(self, trap_id: int): def mothers_in_trap(self, trap_id: int):
...@@ -288,8 +362,17 @@ class Cells: ...@@ -288,8 +362,17 @@ class Cells:
@cached_property @cached_property
def mothers_daughters(self) -> np.ndarray: def mothers_daughters(self) -> np.ndarray:
""" """
Return mothers and daugters as a single array with three columns: Return a single array with three columns, containing information about
trap, mothers and daughters the mother-daughter relationships: tile, mothers and daughters.
Returns
-------
np.ndarray
An array with shape (n, 3) where n is the number of mother-daughter pairs found.
The columns contain:
- tile: the tile where the mother cell is located.
- mothers: the index of the mother cell within the tile.
- daughters: the index of the daughter cell within the tile.
""" """
nested_massign = self.mothers nested_massign = self.mothers
...@@ -311,7 +394,41 @@ class Cells: ...@@ -311,7 +394,41 @@ class Cells:
@staticmethod @staticmethod
def mother_assign_to_mb_matrix(ma: t.List[np.array]): def mother_assign_to_mb_matrix(ma: t.List[np.array]):
# Convert from list of lists to mother_bud sparse matrix """
Convert from a list of lists of mother-bud paired assignments to a
sparse matrix with a boolean dtype. The rows correspond to
to daughter buds. The values are boolean and indicate whether a
given cell is a mother cell and a given daughter bud is assigned
to the mother cell in the next timepoint.
Parameters:
-----------
ma : list of lists of integers
A list of lists of mother-bud assignments. The i-th sublist contains the
bud assignments for the i-th tile. The integers in each sublist
represent the mother label, if it is zero no mother was found.
Returns:
--------
mb_matrix : boolean numpy array of shape (n, m)
An n x m boolean numpy array where n is the total number of cells (sum
of the lengths of all sublists in ma) and m is the maximum number of buds
assigned to any mother cell in ma. The value at (i, j) is True if cell i
is a daughter cell and cell j is its mother assigned to i.
Examples:
--------
ma = [[0, 0, 1], [0, 1, 0]]
Cells(None).mother_assign_to_mb_matrix(ma)
# array([[False, False, False, False, False, False],
# [False, False, False, False, False, False],
# [ True, False, False, False, False, False],
# [False, False, False, False, False, False],
# [False, False, False, True, False, False],
# [False, False, False, False, False, False]])
"""
ncells = sum([len(t) for t in ma]) ncells = sum([len(t) for t in ma])
mb_matrix = np.zeros((ncells, ncells), dtype=bool) mb_matrix = np.zeros((ncells, ncells), dtype=bool)
c = 0 c = 0
...@@ -326,10 +443,26 @@ class Cells: ...@@ -326,10 +443,26 @@ class Cells:
@staticmethod @staticmethod
def mother_assign_from_dynamic( def mother_assign_from_dynamic(
ma, cell_label: t.List[int], trap: t.List[int], ntraps: int ma: np.ndarray, cell_label: t.List[int], trap: t.List[int], ntraps: int
): ) -> t.List[t.List[int]]:
""" """
Interpolate the list of lists containing the associated mothers from the mother_assign_dynamic feature Interpolate the associated mothers from the 'mother_assign_dynamic' feature.
Parameters
----------
ma: np.ndarray
An array with shape (n_t, n_c) containing the 'mother_assign_dynamic' feature.
cell_label: List[int]
A list containing the cell labels.
trap: List[int]
A list containing the trap labels.
ntraps: int
The total number of traps.
Returns
-------
List[List[int]]
A list of lists containing the interpolated mother assignment for each cell in each trap.
""" """
idlist = list(zip(trap, cell_label)) idlist = list(zip(trap, cell_label))
cell_gid = np.unique(idlist, axis=0) cell_gid = np.unique(idlist, axis=0)
...@@ -352,14 +485,33 @@ class Cells: ...@@ -352,14 +485,33 @@ class Cells:
return nested_massign return nested_massign
@lru_cache(maxsize=200) @lru_cache(maxsize=200)
def labelled_in_frame(self, frame: int, global_id=False) -> np.ndarray: def labelled_in_frame(
self, frame: int, global_id: bool = False
) -> np.ndarray:
""" """
Return labels in a ndarray with the global ids Returns labels in a 4D ndarray with the global ids with shape
with shape (ntraps, max_nlabels, ysize, xsize) (ntraps, max_nlabels, ysize, xsize) at a given frame.
at a given frame.
Parameters
----------
frame : int
The frame number.
global_id : bool, optional
If True, the returned array contains global ids, otherwise it
contains only the local ids of the labels. Default is False.
Returns
-------
np.ndarray
A 4D numpy array containing the labels in the given frame.
The array has dimensions (ntraps, max_nlabels, ysize, xsize),
where max_nlabels is specific for this frame, not the entire
experiment.
Notes
-----
This method uses lru_cache to cache the results for faster access.
max_nlabels is specific for this frame, not
the entire experiment.
""" """
labels_in_frame = self.labels_at_time(frame) labels_in_frame = self.labels_at_time(frame)
n_labels = [ n_labels = [
...@@ -396,22 +548,180 @@ class Cells: ...@@ -396,22 +548,180 @@ class Cells:
labels_mat[trap_id] += global_id_masks labels_mat[trap_id] += global_id_masks
return labels_mat return labels_mat
def get_stacks_in_frame(self, frame: int, tile_shape: t.Tuple[int]): def get_stacks_in_frame(
# Stack all cells in a trap-wise manner self, frame: int, tile_shape: t.Tuple[int]
) -> t.List[np.ndarray]:
"""
Returns a list of stacked masks, each corresponding to a tile at a given timepoint.
Parameters
----------
frame : int
Frame for which to obtain the stacked masks.
tile_shape : Tuple[int]
Shape of a tile to stack the masks into.
Returns
-------
List[np.ndarray]
List of stacked masks for each tile at the given timepoint.
"""
masks = self.at_time(frame) masks = self.at_time(frame)
return [ return [
stack_masks_in_trap( stack_masks_in_tile(
masks.get(trap_id, np.array([], dtype=bool)), tile_shape masks.get(trap_id, np.array([], dtype=bool)), tile_shape
) )
for trap_id in range(self.ntraps) for trap_id in range(self.ntraps)
] ]
def _sample_tiles_tps(
self,
size=1,
min_consecutive_ntps: int = 15,
seed: int = 0,
interval=None,
) -> t.Tuple[np.ndarray, np.ndarray]:
"""
Sample tiles that have a minimum number of cells and are occupied for at least a minimum number of consecutive timepoints.
Parameters
----------
size: int, optional (default=1)
The number of tiles to sample.
min_ncells: int, optional (default=2)
The minimum number of cells per tile.
min_consecutive_ntps: int, optional (default=5)
The minimum number of consecutive timepoints a cell must be present in a trap.
seed: int, optional (default=0)
Random seed value for reproducibility.
interval: None or Tuple(int,int), optional (default=None)
Random seed value for reproducibility.
Returns
-------
Tuple[np.ndarray, np.ndarray,np.ndarray]
A tuple of 1D numpy arrays containing the indices of the sampled tiles and the corresponding timepoints.
"""
# cell_availability_matrix = self.matrix_trap_tp_where(
# min_ncells=min_ncells, min_consecutive_tps=min_consecutive_ntps
# )
# # Find all valid tiles with min_ncells for at least min_tps
# tile_ids, tps = np.where(cell_availability_matrix)
cell_availability_matrix = self.cell_tp_where(
min_consecutive_tps=min_consecutive_ntps,
interval=interval,
)
# Find all valid tiles with min_ncells for at least min_tps
index_id, tps = np.where(cell_availability_matrix)
if interval is None: # Limit search
interval = (0, cell_availability_matrix.shape[1])
np.random.seed(seed)
choices = np.random.randint(len(index_id), size=size)
linear_indices = np.zeros_like(self["cell_label"], dtype=bool)
for cell_index_flat, tp in zip(index_id[choices], tps[choices]):
tile_id, cell_label = self._flat_index_to_tuple_location(
cell_index_flat
)
linear_indices[
(
(self["cell_label"] == cell_label)
& (self["trap"] == tile_id)
& (self["timepoint"] == tp)
)
] = True
return linear_indices
def _sample_masks(
self,
size: int = 1,
min_consecutive_ntps: int = 15,
interval: t.Union[None, t.Tuple[int, int]] = None,
seed: int = 0,
) -> t.Tuple[t.Tuple[t.List[int], t.List[int], t.List[int]], np.ndarray]:
"""
Sample a number of cells from within an interval.
Parameters
----------
size: int, optional (default=1)
The number of cells to sample.
min_ncells: int, optional (default=2)
The minimum number of cells per tile.
min_consecutive_ntps: int, optional (default=5)
The minimum number of consecutive timepoints a cell must be present in a trap.
seed: int, optional (default=0)
Random seed value for reproducibility.
Returns
-------
Tuple[Tuple[np.ndarray, np.ndarray, List[int]], List[np.ndarray]]
Two tuples are returned. The first tuple contains:
- `tile_ids`: A 1D numpy array of the tile ids that correspond to the tile identifier.
- `tps`: A 1D numpy array of the timepoints at which the cells were sampled.
- `cell_ids`: A list of integers that correspond to the local id of the sampled cells.
The second tuple contains:
- `masks`: A list of 2D numpy arrays representing the binary masks of the sampled cells at each timepoint.
"""
sampled_bitmask = self._sample_tiles_tps(
size=size,
min_consecutive_ntps=min_consecutive_ntps,
seed=seed,
interval=interval,
)
# Sort sampled tiles to use automatic cache when possible
tile_ids = self["trap"][sampled_bitmask]
cell_labels = self["cell_label"][sampled_bitmask]
tps = self["timepoint"][sampled_bitmask]
masks = []
for tile_id, cell_label, tp in zip(tile_ids, cell_labels, tps):
local_idx = self.labels_at_time(tp)[tile_id].index(cell_label)
tile_mask = self.at_time(tp)[tile_id][local_idx]
masks.append(tile_mask)
return (tile_ids, cell_labels, tps), np.stack(masks)
def matrix_trap_tp_where(
self, min_ncells: int = 2, min_consecutive_tps: int = 5
):
"""
NOTE CURRENLTY UNUSED WITHIN ALIBY THE MOMENT. MAY BE USEFUL IN THE FUTURE.
Return a matrix of shape (ntraps x ntps - min_consecutive_tps) to
indicate traps and time-points where min_ncells are available for at least min_consecutive_tps
Parameters
---------
min_ncells: int Minimum number of cells
min_consecutive_tps: int
Minimum number of time-points a
Returns
---------
(ntraps x ( ntps-min_consecutive_tps )) 2D boolean numpy array where rows are trap ids and columns are timepoint windows.
If the value in a cell is true its corresponding trap and timepoint contains more than min_ncells for at least min_consecutive time-points.
"""
window = sliding_window_view(
self._tiles_vs_cells_vs_tps, min_consecutive_tps, axis=2
)
tp_min = window.sum(axis=-1) == min_consecutive_tps
ncells_tp_min = tp_min.sum(axis=1) >= min_ncells
return ncells_tp_min
def stack_masks_in_trap( def stack_masks_in_tile(
masks: t.List[np.ndarray], tile_shape: t.Tuple[int] masks: t.List[np.ndarray], tile_shape: t.Tuple[int]
) -> np.ndarray: ) -> np.ndarray:
# Stack all masks in a trap padding accordingly if no outlines found # Stack all masks in a trap padding accordingly if no outlines found
result = np.zeros((0, *tile_shape), dtype=bool) result = np.zeros((0, *tile_shape), dtype=bool)
if len(masks): if len(masks):
result = np.array(masks) result = np.stack(masks)
return result return result