get.src_id.InCHIKey: Get source compound ids

Description Usage Arguments Details Examples

Description

Obtain a list of src_compound_ids (from all sources) which are CURRENTLY assigned to a query InChI Key. Returns a list of data from Unichem and ChEMBL databases.

Usage

1

Arguments

x

: Input string InCHI Key

Details

get.src_id.InCHIKey

Examples

1
2
3
4
5
6
7
8
# Get source compound ids from InCHIKey
get.sid.InCHIKey("AAOVKJBEBIDNHE-UHFFFAOYSA-N")

data<-get.sid.InCHIKey("BSYNRYMUTXBXSQ-UHFFFAOYSA-N")
# to get chembl data
data$Chem
to get Unichem data
data$Uni

abhik1368/rUniChEMBL documentation built on May 10, 2019, 4:10 a.m.