replaceRownames {BiocOncoTK}R Documentation

map rownames of an SE to another vocabulary

Description

map rownames of an SE to another vocabulary

Usage

replaceRownames(se, sourceVocab = "ENTREZID", targetVocab = "SYMBOL")

Arguments

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


[Package BiocOncoTK version 1.4.0 Index]