This function convert ensembl gene IDs from a matrix to official gene symbols
convertEnsemblToGeneSymbol(matrix, species = c("mouse", "human"))
an expression matrix with ensembl gene IDs as rownames
species to use for gene symbol conversion
expression matrix with gene symbols as rownames
This function requires that the biomaRt library is installed