Learn R Programming

webchem (version 0.0.5.0)

wd_ident: Retrieve Indentifiers from wikidata

Description

Retrieve Indentifiers from wikidata

Usage

wd_ident(id, verbose = TRUE)

Arguments

id
character; identifier, as returned by get_wdid
verbose
logical; print message during processing to console?

Value

  • A list of identifiers. Currently these are 'smiles', 'cas', 'cid', 'einecs', 'csid', 'inchi', 'inchikey', 'drugbank', 'zvg', 'chebi', 'chembl', 'unii' and source_url.

References

Willighagen, E., 2015. Getting CAS registry numbers out of WikiData. The Winnower. http://dx.doi.org/10.15200/winn.142867.72538

Mitraka, Elvira, Andra Waagmeester, Sebastian Burgstaller-Muehlbacher, et al. 2015 Wikidata: A Platform for Data Integration and Dissemination for the Life Sciences and beyond. bioRxiv: 031971.

See Also

get_wdid

Examples

Run this code
id <- "Q408646" # Triclosan
 wd_ident(id)

Run the code above in your browser using DataLab