uniprot_id_map | R Documentation |
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.
uniprot_id_map(...)
... |
Parameters to be passed in the request body. |
A data.table
containing the mapped identifiers.
uniprot_id_map(
ids = "P21802,P12345",
from = "UniProtKB_AC-ID",
to = "UniRef90"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.