convertIds {paxtoolsr} | R Documentation |
Covert IDs Using org.Hs.eg.db
convertIds(ids, from = "UNIPROT", to = "SYMBOL")
ids |
a vector of ids |
from |
the original ID type |
to |
the ID type to convert to |
a vector of converted IDs
convertIds("TP53", "SYMBOL", "ENTREZID")