No project description provided
Project description
GeneVecTools
Reading in Variety of Genetic File Types
Vector Embedding Algorithms
Byte Array Encoders
Clustering and Preprocessing Steps for Compression
Similarity Search Tools for FASTA/FASTQ files
Installing
.. code-block:: bash
pip install GeneVecTools
Usage
.. code-block:: bash
>>> from GeneVecTools import SimSearch
>>> dir = "/Users/danielum/Documents/MSCS/Spring_2022/COMS_E6901/VG/VG/sample/fastq/small_cDNA_Sequences_pbmc_1k_v2_S1_L002_R2_001.fastq"
>>> VECSS = SimSearch.VecSS(dir)
>>> sequences = VECSS.readq()
>>> print(VECSS.unembed(VECSS.embed(VECSS.s)) == VECSS.s)
'True'
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
GeneVecTools-1.19.tar.gz
(6.1 kB
view details)
File details
Details for the file GeneVecTools-1.19.tar.gz.
File metadata
- Download URL: GeneVecTools-1.19.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d444c8bbb48693f52f050fff5a8e2f871da839ab192c78df359095846cf2332
|
|
| MD5 |
e3133851c776fb80bebe0c591fabab51
|
|
| BLAKE2b-256 |
3d5b4364e82ab49291b223a083859bc03bce73543a941de09812335a4654ccd8
|