SigmaP: Python package for predicting sigma70 promoter in Escherichia coli K-12
Project description
SigmaP
Python package for Sigma70 promoter Prediction. This package used Sigma70Pred (Patiyal et al. 2022).
Installation
This package can be installed by pip.
pip install sigmap
How to use
First, prepare fasta file containing DNA sequence. Minimum length for prediction is 81nt. Then, calculate probability score by SigmaFactor. Run prediction model by .predict method. Results will be returned as pd.DataFrame.
from sigmap import SigmaFactor
sigma = SigmaFactor()
df_out = sigma.predict('tutorial/example_seq.fa')
| ID | Sequence | Probability Score | Prediction |
|---|---|---|---|
| >Seq_1 | TAGCACGACGATAATATAAACGCAGCAAAAAAAAAAAAAAAAAAAA... | 0.145 | Non-Promoter |
| >Seq_2 | AGCTTGCGTCAATGGGCAAGGTGGGCTTGCATTTGCTTAATAGAAA... | 0.478 | Promoter |
| >Seq_3 | TCGTTTTATTTCTTTTTTCTCCATTGAACTTTCAGTTTCTTTTCTA... | 0.692 | Promoter |
| >Seq_4 | CGCAGCGGGTTTACCCTCTGACCGTTTCTGTTACGAAGGCTTTTTA... | 0.216 | Non-Promoter |
| >Seq_5 | TGCTGCTTGGTCTGTGGGTTGCCGCACAGGTTGCCGGTTCCACCAA... | 0.162 | Non-Promoter |
| >Seq_6 | GAATCCAACTAATGTTGTAAACTGGCAAGGTAATGTCATTAGTCAT... | 0.418 | Promoter |
Contact: Goosang Yu (gsyu93@gmail.com)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sigmap-1.0.0.tar.gz.
File metadata
- Download URL: sigmap-1.0.0.tar.gz
- Upload date:
- Size: 246.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f917e5866287a89f783335dfcbea632c66244f70d7b083d7f5d40612d0d88931
|
|
| MD5 |
76846c82274d1b31ebf374484506298b
|
|
| BLAKE2b-256 |
f3a07b43ee31a5805de8833c5bc79cde1fb48a4961d77e58de688a9562885093
|
File details
Details for the file sigmap-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sigmap-1.0.0-py3-none-any.whl
- Upload date:
- Size: 256.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064e2dd4c907ca769d6fa5e782b7451d0aea61c9831eb7b855f11914c9b35771
|
|
| MD5 |
ae43e96ee5bc8ac1010bf94df11858e3
|
|
| BLAKE2b-256 |
2d00f799225e871796856187bc7a87dfacfb19ff9387d07db12a49199008eeb5
|