A tool to generate embeddings from networks
Project description
Cell Maps PPI Embedder
Generate embeddings from Protein-Protein interaction networks using node2vec
Free software: MIT license
Documentation: https://cellmaps-ppi-embedding.readthedocs.io.
Dependencies
Compatibility
Python 3.8+
Installation
git clone https://github.com/idekerlab/cellmaps_ppi_embedding
cd cellmaps_ppi_embedding
make dist
pip install dist/cellmaps_ppi_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
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_ppi_embedding
pip uninstall cellmaps_ppi_embedding -y ; make clean dist; pip install dist/cellmaps_ppi_embedding*whl
Needed files
The output directory for the PPI download is required (see Cell Maps PPI Downloader).
Usage
For information invoke cellmaps_ppi_embeddingcmd.py -h
Example usage
cellmaps_ppi_embeddingcmd.py ./cellmaps_ppi_embedding_outdir --inputdir ./cellmaps_ppidownloader_outdir
Via Docker
Example usage
Coming soon...
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2023-05-15)
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
Hashes for cellmaps_ppi_embedding-0.1.0a9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5880e961ff357a669bff35bbe42eb564e5bd2873eaa5f52c8d0d5c77af3e8f94 |
|
MD5 | 8d0b5917aab6b288e9f11651edf88096 |
|
BLAKE2b-256 | 46f2603c12eac3291e7f0b8220b50b80c93d3b1ce73107eca0a7d002a7e61d6d |
Hashes for cellmaps_ppi_embedding-0.1.0a9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96c5643a17ae4485444eb92454ebbd4dd72eb0c866da655aad3f885396525393 |
|
MD5 | cee7331d38ffef0793bcb7602602cbcc |
|
BLAKE2b-256 | 4bb4c3df176a6623117499c6a52f11d5a464071a3155f0db5b99d7bad7a03bb9 |