
Batch query Target2NP by identifier list
batch_target2np.RdLook up interaction records for up to 50 gene symbols, UniProt IDs, or Entrez gene IDs in one call.
Usage
batch_target2np(
identifiers,
id_type = c("gene_symbol", "uniprot_id", "entrez_gene_id")
)Value
A tibble::tibble() of matching records with attributes
"total", "queries_matched", and "queries_not_found".