Learn R Programming

MDplot (version 0.3.1)

load_dssp_summary: Load DSSP information

Description

Loads DSSP summary output files from a specified directory and combines it into a table.

Usage

load_dssp_summary( path, mdEngine = "GROMOS" )

Arguments

path
Path to the input file.
mdEngine
Argument introduced for distinction between input formats based on the used molecular dynamics engine (to be implemented).

Examples

Run this code
# see "extdata/dssp_summary_example.txt.gz" for format information and file names
load_dssp_summary( system.file( "extdata/dssp_summary_example.txt.gz", package = "MDplot" ) )

Run the code above in your browser using DataLab