Learn R Programming

MDplot (version 0.3.1)

load_dssp_ts: Load DSSP timeseries

Description

Loads DSSP output files from a specified directory and combines it into a list suited for dssp_ts().

Usage

load_dssp_ts( folder, filenames = NA, mdEngine = "GROMOS" )

Arguments

folder
Folder, in which the DSSP output files are located.
filenames
Vector with filenames. Default file names are "3-Helix.out", "4-Helix.out", "5-Helix.out", "Bend.out", "Beta-Bridge.out", "Beta-Strand.out" and "Turn.out". Files not present are ignored.
mdEngine
Argument introduced for distinction between input formats based on the used molecular dynamics engine (to be implemented).

Examples

Run this code
# see "extdata" for format information and file names
load_dssp_ts( system.file( "extdata", package = "MDplot" ) )

Run the code above in your browser using DataLab