get_chem_info_batch_old {ctxR} | R Documentation |
Retrieve chemical information in batch search
Description
Retrieve chemical information in batch search
Usage
get_chem_info_batch_old(
DTXSID = NULL,
type = "",
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Arguments
DTXSID |
A vector of chemical identifier DTXSIDs |
type |
A vector of type used in get_chem_info(). This specifies whether to only grab predicted or experimental results. If not specified, it will grab all details. The allowable input values are "", predicted", or "experimental". |
API_key |
The 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 data.frames containing chemical information for the chemicals with DTXSID matching the input parameter.
[Package ctxR version 1.0.0 Index]