parse protein secondary structure; dssp file; DSSP api interface; transform PDB format to dssp format
Project description
DSSPparser
DSSPparser is an easy tool to parse dssp file, and can transform PDB format file to dssp format file by dssp,also support the tansfrom between the PDB id and dssp format, hssp format and sequence.
Install
stabel verison
pip install DSSPparser
lastest version
pip install git+https://github.com/neolei/DSSPparser.git
Examples
parse dssp file to pandas.dataframe
from DSSPparser import parseDSSP
parser = parseDSSP('2GW9.dssp')
parser.parse()
pddict = parser.dictTodataframe()
Transform between the PDB format and dssp format
- Note: please install the DSSP software.
conda install -c salilab dssp
from DSSPparser import pdbToxssp_local
result = pdbToxssp("2GW9")
License
Released under the MIT license.
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
DSSPparser-0.1.3.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file DSSPparser-0.1.3.tar.gz
.
File metadata
- Download URL: DSSPparser-0.1.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cce0d065e09392809eb9abc06b690ea526bc897fc03fbf6a6735d0d05fd302f |
|
MD5 | fc45fd72a2f659b919c31e3ad658c0b7 |
|
BLAKE2b-256 | 5b30e1772642d45fe1869de81968cb752153ed600b354cc3039eea887da74d82 |
File details
Details for the file DSSPparser-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: DSSPparser-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb8f37e7e27027b1133069fc6810fbd3de650c29df1bcef22bd6b489e8f0e355 |
|
MD5 | 4eb753b500f04a7c0cb41a744b97bb1b |
|
BLAKE2b-256 | abd155c40bb05a27c322a606925e528548a9f75436e0972f1c549f07a160a411 |