No project description provided
Project description
Pyccs
Detecting cyclic consensus sequences in nanopore long reads
pip install pyccs
Usage
>>> from pyccs import find_consensus
>>>
>>> segment = "TCCCGGTCATCATAACCCCGATCGTACCCTCTGTCATAATAGTCTCGGCGGCGAGAACTGCCACTGTAAATCTGATCCCTGTCTTGAGCTGCTCTCCATCCACCTCCCTCCACCACCTCCTCCTCTGTATGATCTGCTGTAATAG"
>>>
>>> segment_str, ccs_seq = find_consensus(segment * 3)
>>> segment_str
'10-155;155-300;300-434'
>>>
>>> ccs_seq
'CATAACCCCGATCGTACCCTCTGTCATAATAGTCTCGGCGGCGAGAACTGCCACTGTAAATCTGATCCCTGTCTTGAGCTGCTCTCCATCCACCTCCCTCCACCACCTCCTCCTCTGTATGATCTGCTGTAATAGTCCCGGTCAT'
>>>
>>> len(segment), len(ccs_seq)
(145, 145)
License
The code is released under the MIT
License. See the LICENSE file for more detail
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 Distributions
Built Distributions
File details
Details for the file pyccs-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyccs-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 PyPy/7.3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89d89d648062c922cb21e54a087cf74dc52cca372f13133435a75c0de504e4d7 |
|
MD5 | 5b476f0ed04daac85a1d9f7767c0717c |
|
BLAKE2b-256 | fefa00669f7961f19926e39481c598775f6b3b8b1b71ffbe3d051ae94a2e56dd |
File details
Details for the file pyccs-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyccs-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 PyPy/7.3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8bbbca2b2183380dbf012f3a84cd7cff2bd31199d1782c7532fb6429480c5bb |
|
MD5 | 30784acec72c80534eee8145666ea796 |
|
BLAKE2b-256 | 2747064e4c0f21a035887a5db734aab6ff203824c72cb335aee3c7677a7b2c10 |
File details
Details for the file pyccs-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyccs-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 PyPy/7.3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff9ae3f2d4b98a1551d491827ee6e6330ead6474e4e2545810f32b6198afe6fc |
|
MD5 | 1d9be3c0fc868f68a7dbc134c7e6f006 |
|
BLAKE2b-256 | 25d017368fac96e39777e0147cea6fd8195c4fd2b5063d0cf8abbe1e63f1672f |
File details
Details for the file pyccs-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
.
File metadata
- Download URL: pyccs-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 PyPy/7.3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac83cb1fa29441ab773d83114bc1eb2b7a917a02c2fee390bc70bc0978f3d83 |
|
MD5 | 81072f0504ca94a7a456b29b8998cd26 |
|
BLAKE2b-256 | 29d8d65f15f37ec0bf915af65b9fb9368693405b78d58d521ce41e8e51f5f718 |