annotate_data annotates Ensembl, Entrez or Gene Symbol IDs.

annotate_data(data, id.type = c("ensgene", "symbol", "entrez"),
  species = c("human", "mouse"))

Arguments

data

matrix or data.frame object whereby rownames are gene IDs

id.type

gene ID type used for rownames. May be one of ensgene, symbol, or entrez.

species

name of the species. Only 'human', 'mouse', and 'rat' are allowed.