powered by
Computes and returns a DSSP file.
compute.dssp(pdb, destfile = './')
is either a PDB id, or the path to a pdb file.
a character string with the path where the DSSP file is going to be saved.
an online computed dssp file that is saved at the indicated location.
A drawback of this function is that it depends on DSSP's server and in occasions it can take a long time to process the request.
Touw et al (2015) Nucl. Ac. Res. 43(Database issue): D364-D368 (PMID: 25352545).
download.dssp(), parse.dssp(), mkdssp() and acc.dssp()
# NOT RUN { compute.dssp(pdb = '3cwm', destfile = './') # }
Run the code above in your browser using DataLab