get_msready_by_dtxcid_batch: Get msready by DTXCID batch search

View source: R/chemical-APIs-batch.R

get_msready_by_dtxcid_batchR Documentation

Get msready by DTXCID batch search

Description

Get msready by DTXCID batch search

Usage

get_msready_by_dtxcid_batch(
  DTXCID = NULL,
  API_key = NULL,
  rate_limit = 0L,
  verbose = FALSE
)

Arguments

DTXCID

A list of chemical identifier DTXCIDs

API_key

A user-specific API key

rate_limit

Number of seconds to wait between each request

verbose

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

Value

A named list of character lists of DTXSIDs with DTXCIDs matching the search criteria

Examples


# Pull msready chemicals matching specific DTXCID
dtxcid_msready <- get_msready_by_dtxcid_batch(DTXCID = c('DTXCID30182',
                                                         'DTXCID001315'))


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