Rename gene symbols before deconvolution

mapGenes(mydata)

Arguments

mydata

Matrix or data.frame with RNA-seq gene TPM or microarray gene expression values for all samples to be deconvoluted, with gene symbols as row names and sample IDs as column names.

Value

The input matrix with updated gene names on the rows.

Examples


data(dataset_racle)
# mixture.fixgenes <- quantiseqr:::mapGenes(dataset_racle$expr_mat)