get_chemical_descriptions: Access Descriptions of Chemicals in PDB Files

Description Usage Arguments Examples

Description

PDB files and their elements contain individual chemicals as well as protein structured. Metadata about these chemicals can be retrieved using get_chemical_descriptions.

Usage

1

Arguments

chemical_ids

a character vector of chemical IDs. These can be retrieved from (amongst other things) ligand information - see get_pdb_ligands.

...

further arguments to pass to httr's GET.

Examples

1
2
#Retrieve the description of NAG - n-acetyl-d-glucosamine
nag_desc <- get_chemical_descriptions("NAG")

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