View source: R/calcStrucFeats.R
calc.strucfeats | R Documentation |
Calculates structural features of a protein from a given PDB entry
calc.strucfeats(
acc,
main.chain,
db = c("pdb", "alphafold"),
offset = 0L,
overrideCache = FALSE
)
acc |
The PDB or Uniprot accession to use, e.g. "3UIP" |
main.chain |
The chain identifier in the PDB file that corresponds to the protein of interest. Should be a single uppercase letter, e.g. "A". |
db |
either 'pdb' or 'alphafold' |
offset |
position offset for incorrectly annotated pdb files (integer) |
overrideCache |
if true, ignore cached files and query all data from scratch |
a data.frame
detailing secondary structure, solvent accessibility,
and burial in interfaces.
## Not run:
sfeats <- calc.strucfeats("3UIP","A")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.