Convert between gene symbols and ENSEMBL gene IDs

convertGenesBetweenSymbolsAndID(x, sp = "hg", from = "gene_symbol")

Arguments

x

Character vector of genes, or matrix (e.g. of counts) where rownames are genes.

sp

Character, one of "mm" or "hg", specifying the species for which data is given in mat. Default: "hg".

from

Character vector, one of "gene_symbol" or "ensembl_gene_id", specifying in which format the genes in x are provided.