R/mouse_deconvolution_methods.R
mouse_genes_to_human.Rd
This function relies on the `biomaRt`` package.
mouse_genes_to_human(gene_expression_matrix, mirror = "www")
a m x n matrix with m genes and n samples. Gene symbols must be the rownames of the matrix.
the ensembl mirror to use. Possible choices are 'www' (default), 'uswest', 'useast', 'asia'
the same matrix, with the counts for the corresponding human genes. This matrix can directly be used with the immunedeconv methods. A message will display the ratio of original genes which were converted.