
Get predicted targets for a compound
get_compound_targets.RdRetrieve target predictions from DrugCLIP, ChEMBL similarity search, or both.
Usage
get_compound_targets(
id,
method = c("drugclip", "chembl", "both"),
page = 1L,
page_size = 20L
)Value
A tibble::tibble() of targets. When method = "both", a
source column is added to distinguish results.