View source: R/calcStrucFeats.R
run.dssp | R Documentation |
Calculates secondary structure information from a PDB file using the external software DSSP, which must be installed and available via $PATH
run.dssp(pdb.file)
pdb.file |
The PDB file on which to run DSSP |
a data.frame
with the output of DSSP
## Not run:
dssp.out <- run.dssp(pdb.file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.