get_pdb_description: Access Descriptions of PDB Files

Description Usage Arguments See Also Examples

Description

get_pdb_description allows you to access metadata about a particular PDB file, including what structures it contains, when it was released, and what resolution the underlying data has.

Usage

1

Arguments

file_ids

a character vector of file IDs. If you don't have them to hand, these can be retrieved with list_pdbs.

...

further arguments to pass to httr's GET.

See Also

get_structure_descriptions, which makes use of file description metadata.

Examples

1
2
#Return metadata about PDB files
pdb_metadata <- get_pdb_description(c("116L","100D","14PS"))

Ironholds/protein documentation built on May 7, 2019, 6:42 a.m.