get_pdb_entities: Access Information about Entities Within PDB Files

Description Usage Arguments See Also Examples

Description

get_pdb_entites retrieves data about the content of particular PDB files, and the structures within them. For obsolete files, this is largely the ID of the file that replaced it.

Usage

1
get_pdb_entities(file_ids, ...)

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 entity metadata.

Examples

1
2
#Return metadata about the entities within obsolete and non-obsolete PDB files
pdb_metadata <- get_pdb_entities(c("116L","100D","14PS"))

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