substance_analogs: Search for analogs of the given substances

Description Usage

View source: R/zinc-substance.R

Description

Search for analogs of the given substances

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
substance_analogs(
  zinc_ids,
  output_fields = c("zinc_id", "smiles", "preferred_name", "purchasability",
    "similarity", "features"),
  fingerprint = "ecfp4_fp",
  similarity = "tanimoto",
  threshold = 30,
  subsets = NULL,
  ref_batch_size = 20 * 10^6,
  ref_page = NULL,
  max_zinc_id = 1.2 * 10^9,
  raw = FALSE,
  verbose = FALSE,
  ...
)

momeara/Zr documentation built on Jan. 11, 2022, 8:11 a.m.