getEntrezTable {debrowser} | R Documentation |
Gathers the entrezIds of the genes in given list and their data
getEntrezTable(genes = NULL, dat = NULL, org = "org.Hs.eg.db")
genes, |
gene list |
dat, |
data matrix |
org, |
orgranism for gene symbol entrez ID conversion |
table with the entrez IDs in the rownames
GOTerm
getEntrezTable
symobol to ENTREZ ID conversion
x <- getEntrezTable()