Loads DSSP summary output files from a specified file and combines it into a table. This table may be used as input for function dssp()
load_dssp( path, mdEngine ="GROMOS")
Arguments
path: Path to the input file.
mdEngine: Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: "GROMOS", "GROMACS" and "AMBER".
Returns
Returns matrix, where the first column is the residue-number and the remaining ones denote secondary structure classes. Residues are given row-wise and values range from 0 to 100 percent.