map_ids_uniprot: map_ids_uniprot

Description Usage Arguments See Also Examples

View source: R/make_ids_uniprot.R

Description

Access to uniprot web API. For more detail see https://www.uniprot.org/help/uploadlists

Usage

1
2
3
4
5
6
7
map_ids_uniprot(
  data,
  ID_col = "UniprotID",
  from = "ACC+ID",
  to = "P_ENTREZGENEID",
  format = "tab"
)

Arguments

data

data

ID_col

column name containing id's

from

id type

to

id type

format

in which format to return the mapping

See Also

Other id_mapping: map_ids_2ways(), map_ids_annotationHub(), mapthe()

Examples

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 )

protViz/fgczgseaora documentation built on Dec. 14, 2021, 9:22 p.m.