get_pdb_ligands: Retrieve Ligand Information for Entities Within PDB Files

Description Usage Arguments See Also Examples

Description

get_release_status retrieves information about the ligands found in elements in a particular PDB file.

Usage

1
get_pdb_ligands(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_chemical_descriptions which uses chemicalIDs found within ligand metadata.

Examples

1
2
#Return the PDB ligands for 100D
ligands <- get_pdb_ligands("100D")

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