get_structure_descriptions: Access Descriptions of Structures in PDB Files

Description Usage Arguments Examples

Description

get_structure_descriptions retrieves metadata associated with particular structures found within PDB files, including the taxonomy and a description.

Usage

1

Arguments

structure_ids

a character vector of structure IDs. These can be retrieved from file metadata or lists (see list_pdbs.)

...

further arguments to pass to httr's GET.

Examples

1
2
#Get the structure description for 4hhb (hemoglobin)
hemo_desc <- get_structure_descriptions("4hhb")

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