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

## Not run: 
uniprot_id_map(
  ids = "P21802,P12345",
  from = "UniProtKB_AC-ID",
  to = "UniRef90"
)

## End(Not run)

easybio documentation built on April 12, 2025, 1:59 a.m.