query.pdb: Query PDB

View source: R/calcStrucFeats.R

query.pdbR Documentation

Query PDB

Description

Queries the Protein Data Bank (PDB) for protein structure data for a given database accession and writes the result to file

Usage

query.pdb(pdb.acc, pdb.file = paste0(pdb.acc, ".pdb"))

Arguments

pdb.acc

the PDB accession to query

pdb.file

the name of the file to which the output will be written.

Value

the name of the output file.

Examples

## 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)

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