Bidirectional LSTM model for detection of amyloid signaling motifs.
Project description
ASMscan-LSTM
Bidirectional LSTM model for detection of amyloid signaling motifs (ASMs).
Installation
pip install asmscan-lstm
Usage
from asmscanlstm import ASMscanLSTM
aa_seqs = [
"MEGRASGSARIYQAGGDQYIEE",
"VSLRAGAHDGGRIYQAVGDQYIYE",
"HASGHGRVFQSAGDQHITEH"
]
model = ASMscanLSTM()
pred, frags = model.predict(aa_seqs)
References
ASMscan-LSTM model is part of the ASMscan project:
- Not yet published.
ASMscan project is an extension of the ASMs analysis conducted with the PCFG-CM model:
-
W. Dyrka, M. Gąsior-Głogowska, M. Szefczyk, N. Szulc, "Searching for universal model of amyloid signaling motifs using probabilistic context-free grammars", BMC Bioinformatics, 22, 222, 2021.
-
W. Dyrka, M. Pyzik, F. Coste, H. Talibart, "Estimating probabilistic context-free grammars for proteins using contact map constraints", PeerJ, 7, e6559, 2019.
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
Built Distribution
File details
Details for the file asmscan-lstm-1.0.0.tar.gz
.
File metadata
- Download URL: asmscan-lstm-1.0.0.tar.gz
- Upload date:
- Size: 77.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aed8a4f0210f76cb98bc6dc061c77c6756f4a378e53625d0b4ae0e400bb8a9fe |
|
MD5 | b2001699dd2e443eca3d5b64b38fb9c6 |
|
BLAKE2b-256 | 495563e37c272378ffeab188fb37a9a8c076d0b971244521b004d50ca128e0b1 |
File details
Details for the file asmscan_lstm-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: asmscan_lstm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 78.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 543dc0a538643a5fe8f6fe655144b6b85a4d14f2eaf5cc0e45f1a40e76745416 |
|
MD5 | 1dfb167401244af925226e307ce7d616 |
|
BLAKE2b-256 | b0860e76c631fa2827452de47e436f18274e1a5a5ee40dc9c3fd25e3d7ff45d0 |