View source: R/calcStrucFeats.R
run.sasa | R Documentation |
Calculates solvent accessible surface area on a given structure using the external software FreeSASA, which must be installed and available via $PATH.
run.sasa(pdb.file)
pdb.file |
The PDB file on which to run FreeSASA |
a data.frame
with the output of FreeSASA
## Not run:
sasa <- run.sasa("3UIP.pdb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.