Learn R Programming

easybio (version 1.1.1)

uniprot_id_map: 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(...)

Value

A data.table containing the mapped identifiers.

Arguments

...

Parameters to be passed in the request body.

Examples

Run this code
if (FALSE) {
uniprot_id_map(
  ids = "P21802,P12345",
  from = "UniProtKB_AC-ID",
  to = "UniRef90"
)
}

Run the code above in your browser using DataLab