knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Explanation

This is an unexciting package used to convert Uniprot IDs to MGI symbols in a simple manner. Uniprot IDs which map to multiple genes are returned as NA.

library(Uniprot2mgi)
uniprot_ids = c("Q05CX3","B1AR31","A1ILG8")
mgi_symbols = map_uniprotIDs_to_MGIsymbols(uniprot_ids=uniprot_ids)
print(mgi_symbols)


NathanSkene/Uniprot2mgi documentation built on May 25, 2019, 12:25 p.m.