A tool to calculate protein scores using PDB files.
Project description
PDB_score
功能
本软件包实现了对多个蛋白模型预测值和实际值的比较,并输出打分,可用于评估预测模型。
安装
pip install PDB_score
使用
psc -c /path/to/control -t /path/to/treatment -o /path/to/output
-c实验值 PDB 文件存放目录。-t预测值 PDB 文件存放目录。-o保存分数的输出目录。
输出
/path/to/output/protein_scores.csv
| / | 1A | 2A | ... | 128A |
|---|---|---|---|---|
| Protein1 | Score | Score | ... | Score |
| Protein2 | Score | Score | ... | Score |
| ... | ... | ... | ... | ... |
计算方法
- 采用 GDT 算法计算分数。
- 去除所有配体,以中心碳原子坐标代表残基坐标。
- 中心碳原子数量不等时,多余的/少的残基直接记为不满足精度要求(无论精度是多少)。
其他
- 仅分析输入目录下的 .pdb 文件。
-o仅指定输出目录,不精确到文件名。- 输出 .csv 文件,文件名是固定的,请小心不要被覆盖。
致谢
@SiriNatsume 祝你愉快 :)
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
pdb_score-1.0.0.tar.gz
(4.3 kB
view details)
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 pdb_score-1.0.0.tar.gz.
File metadata
- Download URL: pdb_score-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d8c3aee5e592ce6e07b86c12762e2a3c53ca8343eb1c4f839571172b27f9a93
|
|
| MD5 |
e0ad51093358382e3bdc002ae71ea807
|
|
| BLAKE2b-256 |
2ab43a19aa378d30f2fe768cab124fd0a4a6845743563b8f8ca02a543649f29a
|
File details
Details for the file PDB_score-1.0.0-py3-none-any.whl.
File metadata
- Download URL: PDB_score-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9052e0c302474f6e948443b7e6a164dd86cb05ba8a35ef7e56abe9c160596783
|
|
| MD5 |
13741b9d0f350c051185203e4e1994bd
|
|
| BLAKE2b-256 |
a2258826da66ecb713f0b3e5909f189967841befc1924f9df2254ad65e6cc623
|