GetIds: Get other identifiers from InChIKey

View source: R/api_unichem.R

GetIdsR Documentation

Get other identifiers from InChIKey

Description

GetIds matches the identifiers of UniChem sources, including DrugBank, KEGG, Zinc...

Usage

GetIds(inchikey)

Arguments

inchikey

A vector of characters. It contains identifiers of the drug.

Details

This function retrieves the of drug via UniChem Web Services.

Value

A data frame with first column is the identifier passed to ids argument and following columns are indentifiers of all resources integrated by UniChem.

Author(s)

Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi

Examples

aspirin <- GetIds(inchikey = "BSYNRYMUTXBXSQ-UHFFFAOYSA-N")

DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.