ensembl_id_mapping_table | R Documentation |
Identifier translation table from Ensembl
ensembl_id_mapping_table(to, from = "uniprot", organism = 9606)
to |
Character or symbol: target ID type. See Details for possible values. |
from |
Character or symbol: source ID type. See Details for possible values. |
organism |
Character or integer: NCBI Taxonomy ID or name of the organism (by default 9606 for human). |
The arguments to
and from
can be provided either
as character or as symbol (NSE). Their possible values are either Ensembl
attribute names or synonyms listed at translate_ids
.
A data frame (tibble) with columns 'From' and 'To'.
translate_ids
uniprot_full_id_mapping_table
uniprot_id_mapping_table
hmdb_id_mapping_table
chalmers_gem_id_mapping_table
ensp_up <- ensembl_id_mapping_table("ensp")
ensp_up
# # A tibble: 119,129 × 2
# From To
# <chr> <chr>
# 1 P03886 ENSP00000354687
# 2 P03891 ENSP00000355046
# 3 P00395 ENSP00000354499
# 4 P00403 ENSP00000354876
# 5 P03928 ENSP00000355265
# # . with 119,124 more rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.