get_msready_by_dtxcid: Get msready by DTXCID

View source: R/chemical-APIs.R

get_msready_by_dtxcidR Documentation

Get msready by DTXCID

Description

Get msready by DTXCID

Usage

get_msready_by_dtxcid(
  DTXCID = NULL,
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)

Arguments

DTXCID

The chemical identifier DTXCID

API_key

The user-specific API key

Server

The root address for the API endpoint

verbose

A logical indicating if some “progress report” should be given.

Value

A character list of DTXSIDs with DTXCIDs matching the search criteria

Examples


# Pull chemicals with matching DTXCID
dtxcid_msready <- get_msready_by_dtxcid(DTXSID = 'DTXCID30182')


ccdR documentation built on Sept. 11, 2024, 5:57 p.m.