uniprot_id_map: Map UniProt IDs to Other Identifiers

View source: R/uniprot.R

uniprot_id_mapR Documentation

Map UniProt IDs to Other Identifiers

Description

This function maps UniProt IDs to other identifiers using UniProt's ID mapping service. It sends a request to the UniProt API to perform the mapping and retrieves the results in a tabular format.

Usage

uniprot_id_map(...)

Arguments

...

Parameters to be passed in the request body.

Value

A data.table containing the mapped identifiers.

Examples


uniprot_id_map(
  ids = "P21802,P12345",
  from = "UniProtKB_AC-ID",
  to = "UniRef90"
)


easybio documentation built on Sept. 17, 2024, 1:08 a.m.