powered by
Parses a DSSP file to return a dataframe.
parse.dssp(file, keepfiles = FALSE)
Returns a dataframe providing data for 'acc', 'ss', 'phi' and 'psi' for each residues from the structure.
input dssp file.
logical, if TRUE the dataframe will be saved in the working directory and we will keep the dssp file.
Juan Carlos Aledo
If the argument 'keepfiles' is not set to TRUE, the dssp file used to get the parsed dataframe will be removed.
Touw et al (2015) Nucl. Ac. Res. 43(Database issue): D364-D368 (PMID: 25352545).
download.dssp(), compute.dssp(), mkdssp() and acc.dssp()
if (FALSE) compute.dssp('3cwm'); parse.dssp('3cwm.dssp')
Run the code above in your browser using DataLab