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://tinyurl.com/cDNALibraryExampleFiles
.. code-block:: bash
pip install GeneVecTools
Usage
.. code-block:: bash
>>> from GeneVecTools import SimSearch
"""
file is location of the "small_cDNA_Sequences_pbmc_1k_v2_S1_L002_R2_001.fastq"
that you downloaded from https://tinyurl.com/cDNALibraryExampleFiles
if it is in current directory, just use file name
"""
>>> file = "small_cDNA_Sequences_pbmc_1k_v2_S1_L002_R2_001.fastq"
>>> VECSS = SimSearch.VecSS(dir)
>>> sequences = VECSS.readq()
>>> embedded = VECSS.embed(VECSS.s)
>>> print(embedded )
>>> D, I, time = VECSS.run_search()
>>> print(D,I,time)
>>> 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.24.tar.gz
(7.3 kB
view details)
File details
Details for the file GeneVecTools-1.24.tar.gz.
File metadata
- Download URL: GeneVecTools-1.24.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2a52a35ec0f8e03d6de72645e573318e8e993df42bbd69544571cd4f89b7bc
|
|
| MD5 |
22d55c4c6f77efdcefcd1cfa3e1c6ef3
|
|
| BLAKE2b-256 |
586f5b718c7782eb2000315f4791ef8342e23448ed6a73609d96e333af8cd872
|