Description Usage Arguments See Also Examples
View source: R/make_ids_uniprot.R
Access to uniprot web API. For more detail see https://www.uniprot.org/help/uploadlists
1 2 3 4 5 6 7 | map_ids_uniprot(
data,
ID_col = "UniprotID",
from = "ACC+ID",
to = "P_ENTREZGENEID",
format = "tab"
)
|
data |
data |
ID_col |
column name containing id's |
from |
id type |
to |
id type |
format |
in which format to return the mapping |
Other id_mapping:
map_ids_2ways()
,
map_ids_annotationHub()
,
mapthe()
1 2 3 4 5 6 | library(tidyverse)
fc_estimates <- prora::exampleContrastData
filtered_dd <- get_UniprotID_from_fasta_header(fc_estimates, idcolumn = "protein_Id")
# debug(map_ids_uniprot)
map_ids_uniprot( filtered_dd )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.