This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problem with PDB, DSSP and Protein solvent accessibility

Hello to all, I'm a computer science student and I do not know anything about chemistry and bioinformatics ... I have to build a neural network that, starting from the secondary structure of proteins, preaches "solvent accessibility". My starting dataset is this: http://www.princeton.edu/~jzthree/datasets/ICML2014, but my professor told me to also use dssp ... that I have no idea what it is and what it is for. . Can anyone tell me how to get the "solvent accessibility" from the dataset alone? Do I need to get PDB files first and then convert to DSSP?

Excuse my ignorance on the subject, but I am a novice. Thanks in advance.

pdb dssp protein solvent accessibity

1 answer

DSSP is this http://swift.cmbi.ru.nl/gv/dssp/

DSSP can calculate secondary structure and solvent accessibility of (residues in) protein using pdb formatted file as input. Please read the introduction.

http://www.princeton.edu/~jzthree/datasets/ICML2014/cullpdb.tar.gz has over 8000 pdb files in it, thus you can calculate those values using them.

Solvent accessibility can be learned from https://en.wikipedia.org/wiki/Accessible_surface_area

Secondary structure can be learned from https://en.wikipedia.org/wiki/Protein_secondary_structure

But it is better to read some textbook.

Ok thanks! Another question: how can i (if i can) link the entries in the others db (es. cullpdb+profile_6133.npy.gz) with the pdbs files?

Log in to answer this question.