Algorithm for clustering protein multiple sequence alignments using normalized mutual information.
Project description
Psi-Calc
This is a package for clustering Multiple Sequence Alignments (MSAs) utilizing normalized mutual information to examine protein subdomains. For more details visit: https://github.com/mandosoft/psi-calc.
As an example:
import psicalc as pc
file = "<your_fasta_file>" # e.g "PF02517_seed.txt"
data = pc.read_txt_file_format(file) # read Fasta file
data = pc.durston_schema(data, 1) # Label column index starting at 1
result = pc.find_clusters(7, data) # will sample every 7th column
pc.write_output_data(7, result)
The program will run and return a csv file with the strongest clusters found in the MSA provided.
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
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 psicalc-0.1.1.tar.gz.
File metadata
- Download URL: psicalc-0.1.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70151d7e5a0e81f85750a8617f621947f339dacd39e80fe91590b54fe1a6f886
|
|
| MD5 |
e35919311fae078f9e7a322a09c53e05
|
|
| BLAKE2b-256 |
021f83171c316eff78dbdc839b5f1ed8ba658c4c1e764822300861e59eccf146
|
File details
Details for the file psicalc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: psicalc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb1e6f2562662d9b1abc61b6c440a2558c2ec975ed1a13b5ecb5eebc5d1b74a4
|
|
| MD5 |
d20ea1f4aaad1336eec6db2fad66d049
|
|
| BLAKE2b-256 |
e127ac59ac48cf056c60cf062b364bd7b3f8fdba7c5fa82ee01f6a8f166fd1d3
|