wd_ident | R Documentation |
Retrieve identifiers from Wikidata
wd_ident(id, verbose = getOption("verbose"))
id |
character; identifier, as returned by |
verbose |
logical; print message during processing to console? |
A data.frame of identifiers. Currently these are 'smiles', 'cas', 'cid', 'einecs', 'csid', 'inchi', 'inchikey', 'drugbank', 'zvg', 'chebi', 'chembl', 'unii', 'lipidmaps', 'swisslipids' and source_url.
Only matches in labels are returned. If more than one unique hit is found, only the first is returned.
Willighagen, E., 2015. Getting CAS registry numbers out of WikiData. The Winnower. \Sexpr[results=rd]{tools:::Rd_expr_doi("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.
get_wdid
## Not run:
id <- c("Q408646", "Q18216")
wd_ident(id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.