Deterministic vectorization of genomes.
Project description
🧬 vectome
vectome is a python package for deterministic vectorization of genomes.
Installation
The easy way
You can install the precompiled version directly using pip.
$ pip install vectome
From source
Clone the repository, then cd into it. Then run:
$ pip install -e .
Command-line interface
vectome has a command-line interface.
$ vectome --help
You can generate vector embeddings by species / strain name or taxon ID.
$ vectome embed <(printf "Mycobacterium tuberculosis\n83333\nEscherichia coli CFT073")
The resulting vectors are based on MinHash sketches from sourmash, then folded into a 4096-vector using
the CountSketch method. You can make a shorter vector using e.g. -n 1024.
You can also deterministically project into a dense vector.
$ vectome embed <(printf "Mycobacterium tuberculosis H37Rv") --projection 16
Change the seed with e.g. --seed 0.
If you need a more interpretable vector, you can generate one based on Jaccard distances to landmark species.
$ vectome embed <(printf "Mycobacterium tuberculosis H37Rv") --method landmark
Several landmark groups are available. You can set the group with --group 0, and
get information about each one with vectome info.
$ vectome info
vectome version 0.0.1:
group-0: {'landmarks': 113, 'manifest file': '.../vectome/vectome/data/landmarks/group-0/manifest.json', 'built': True}
group-1: {'landmarks': 4, 'manifest file': '.../vectome/vectome/data/landmarks/group-1/manifest.json', 'built': True}
group-2: {'landmarks': 1, 'manifest file': '.../vectome/vectome/data/landmarks/group-2/manifest.json', 'built': False}
meta: {'cache location': '.../vectome/vectome/data/landmarks', 'cache exists': True}
Issues, problems, suggestions
Add to the issue tracker.
Documentation
(To come at ReadTheDocs.)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vectome-0.0.2.tar.gz.
File metadata
- Download URL: vectome-0.0.2.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e50738c7e9962d5c366db23295ea0d65f1917eb8f43bbf8487e4862b964aed7
|
|
| MD5 |
bb97ca8c95f0e356e22a1d3006719d8f
|
|
| BLAKE2b-256 |
0ac951fb1e24f23f203bb52fe06c676ba76a6ee1d7bbdc5601937b2902525007
|
File details
Details for the file vectome-0.0.2-py3-none-any.whl.
File metadata
- Download URL: vectome-0.0.2-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09b660605a6ce4bc803b12be092f0f0efc96fd5f17f2f44941cf00ae71302206
|
|
| MD5 |
cc1dd0f262de07e109fca32306797c1f
|
|
| BLAKE2b-256 |
26a4e0bc237d97325921af81d03ab000cbea7c947a0635bd533220173d574aef
|