tooluniverse.tools.dili_search module¶
dili_search
Search the DILIrank dataset for drug-induced liver-injury (DILI) risk information by compound nam…
- tooluniverse.tools.dili_search.dili_search(query, search_fields, case_sensitive, exact_match, limit, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Search the DILIrank dataset for drug-induced liver-injury (DILI) risk information by compound nam…
- Parameters:
query (
str
) – Free-text query (e.g. ‘acetaminophen’).search_fields (
list[Any]
) – Columns to search. Choose from: ‘Compound Name’.case_sensitive (
bool
) – Match text with exact case if true.exact_match (
bool
) – Field value must equal query exactly if true; otherwise substring match.limit (
int
) – Maximum number of rows to return.stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
dict[str
,Any]