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.22.tar.gz
(7.1 kB
view details)
File details
Details for the file GeneVecTools-1.22.tar.gz.
File metadata
- Download URL: GeneVecTools-1.22.tar.gz
- Upload date:
- Size: 7.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 |
a134b71d086ca10924d2fc398709450f9a537557b23ef93603e1242c9f9d3bb1
|
|
| MD5 |
11d00a1f73101b8d75b11d1accafec59
|
|
| BLAKE2b-256 |
dc4b9c49c379efb735031c26000c16dce935b4e238e903407d33a0499d142c9b
|