uniprot_id_map {easybio} | R 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)
[Package easybio version 1.1.1 Index]