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
Tester files: https://drive.google.com/drive/folders/1MGkz1QyjGcEF8q8RDWTZXR7Z2k0K1VLC?usp=sharing
.. 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.2.tar.gz
(6.3 kB
view details)
File details
Details for the file GeneVecTools-1.2.tar.gz.
File metadata
- Download URL: GeneVecTools-1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d3ca6c0fcad9ba0586d91683cb216b0037094048e81b1da6537df0ea6cbfe2c
|
|
| MD5 |
415439009dc8a80ba945328ba49ed1ce
|
|
| BLAKE2b-256 |
240a6d678b6c602cef616cf42e70d28377d056cef79563a308627888c24adead
|