View source: R/calcStrucFeats.R
query.pdb | R Documentation |
Queries the Protein Data Bank (PDB) for protein structure data for a given database accession and writes the result to file
query.pdb(pdb.acc, pdb.file = paste0(pdb.acc, ".pdb"))
pdb.acc |
the PDB accession to query |
pdb.file |
the name of the file to which the output will be written. |
the name of the output file.
## Not run:
#with a pre-determined output file
outfile <- "sumo_conjugase_structure.pdb"
query.pdb("3UIP",outfile)
#with an autogenerated output file
outfile <- query.pdb("3UIP")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.