R/genes.R
convertGenesBetweenSymbolsAndID.Rd
Convert between gene symbols and ENSEMBL gene IDs
convertGenesBetweenSymbolsAndID(x, sp = "hg", from = "gene_symbol")
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 |
from | Character vector, one of "gene_symbol" or "ensembl_gene_id",
specifying in which format the genes in |