run.dssp: Run DSSP on a PDB structure

View source: R/calcStrucFeats.R

run.dsspR Documentation

Run DSSP on a PDB structure

Description

Calculates secondary structure information from a PDB file using the external software DSSP, which must be installed and available via $PATH

Usage

run.dssp(pdb.file)

Arguments

pdb.file

The PDB file on which to run DSSP

Value

a data.frame with the output of DSSP

Examples

## Not run: 
dssp.out <- run.dssp(pdb.file)

## End(Not run)

jweile/mavevis documentation built on Oct. 30, 2023, 7:16 a.m.