describe_chemical {rPDBapi} | R Documentation |
Describe Chemical Compound from RCSB PDB
Description
This function retrieves the description of a chemical compound from the RCSB PDB based on its ID.
Usage
describe_chemical(chem_id)
Arguments
chem_id |
A string representing the 3-character chemical ID. |
Value
A dictionary containing the chemical description.
Examples
chem_desc <- describe_chemical('NAG')
chem_desc$rcsb_chem_comp_descriptor$smiles
[Package rPDBapi version 1.3 Index]