convertIds {paxtoolsr}R Documentation

Covert IDs Using org.Hs.eg.db

Description

Covert IDs Using org.Hs.eg.db

Usage

convertIds(ids, from = "UNIPROT", to = "SYMBOL")

Arguments

ids

a vector of ids

from

the original ID type

to

the ID type to convert to

Value

a vector of converted IDs

Examples

convertIds("TP53", "SYMBOL", "ENTREZID")


[Package paxtoolsr version 1.20.0 Index]