replaceRownames {BiocOncoTK} | R Documentation |
map rownames of an SE to another vocabulary
replaceRownames(se, sourceVocab = "ENTREZID", targetVocab = "SYMBOL")
se |
SummarizedExperiment instance |
sourceVocab |
character(1) must be a keytype of org.Hs.eg.db, defaults to 'ENTREZID' |
targetVocab |
character(1) must be a column of org.Hs.eg.db |