A tool to generate embeddings from HPA IF images
Project description
Cell Maps ImmunoFluorescent Image Embedder
Generate embeddings from ImmunoFluorescent image data from Human Protein Atlas
Free software: MIT license
Documentation: https://cellmaps-image-embedding.readthedocs.io.
Dependencies
Compatibility
Python 3.8+
Installation
git clone https://github.com/idekerlab/cellmaps_image_embedding
cd cellmaps_image_embedding
make dist
pip install dist/cellmaps_image_embedding*whl
Run make command with no arguments to see other build/deploy options including creation of Docker image
make
Output:
clean remove all build, test, coverage and Python artifacts
clean-build remove build artifacts
clean-pyc remove Python file artifacts
clean-test remove test and coverage artifacts
lint check style with flake8
test run tests quickly with the default Python
test-all run tests on every Python version with tox
coverage check code coverage quickly with the default Python
docs generate Sphinx HTML documentation, including API docs
servedocs compile the docs watching for changes
testrelease package and upload a TEST release
release package and upload a release
dist builds source and wheel package
install install the package to the active Python's site-packages
dockerbuild build docker image and store in local repository
dockerpush push image to dockerhub
Before running tests, please install: pip install -r requirements_dev.txt.
For developers
To deploy development versions of this package
Below are steps to make changes to this code base, deploy, and then run against those changes.
Make changes
Modify code in this repo as desired
Build and deploy
# From base directory of this repo cellmaps_image_embedding
pip uninstall cellmaps_image_embedding -y ; make clean dist; pip install dist/cellmaps_image_embedding*whl
Needed files
The output directory for the image downloads is required (see Cell Maps Image Downloader). Optionally, a path to the image embedding model can be provided.
Usage
For information invoke cellmaps_image_embeddingcmd.py -h
Example usage
cellmaps_image_embeddingcmd.py ./cellmaps_image_embedding_outdir --inputdir ./cellmaps_imagedownloader_outdir
Via Docker
Example usage
Coming soon...
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.2.1 (2024-09-06)
Bug fix in --inputdir argument.
0.2.0 (2024-08-29)
Added --provenance flag to pass a path to json file with provenance information. This removes the necessity of input directory to be an RO-Crate.
- Bug fixes
Resolved an issue in embedding generation process where images associated with multiple genes were not correctly handled (ambiguous antibodies).
0.1.0 (2024-02-01)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
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 cellmaps_image_embedding-0.2.1.tar.gz
.
File metadata
- Download URL: cellmaps_image_embedding-0.2.1.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29c822e03fb4587dd5b737d7dd08cef33bdc4053068d1b32a5bca0a133fa196c |
|
MD5 | ddd1d45d8a5792e070c9c426d3a322ee |
|
BLAKE2b-256 | dbd157f871766fd3c16bdf921e880283c982afbc3210d14bf797eee932bf20d7 |
File details
Details for the file cellmaps_image_embedding-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: cellmaps_image_embedding-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbe6eae0bedc10ca71120660571d2430d9921daa0d56cea8cbdde75e93e2093d |
|
MD5 | f768b71f4522165de88ef116aa18e12b |
|
BLAKE2b-256 | 5e65144b476926c7a2edbb281b2223092fe0b3caa16374a79c8afbfc37ac9587 |