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.21.tar.gz
(6.3 kB
view details)
File details
Details for the file GeneVecTools-1.21.tar.gz.
File metadata
- Download URL: GeneVecTools-1.21.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 |
e8bcab5970bb0cf383bb437543314731b1ef1747a07cac5d97be9354bb52ffa7
|
|
| MD5 |
c4b6efd77f8f4517a9be337cf1d71cf1
|
|
| BLAKE2b-256 |
83809088cc05110d85395dd6e3acd45e2efe90bae4e281333f260d3d0394ffcd
|