mapGenes {quantiseqr} | R Documentation |
Rename gene symbols before deconvolution
mapGenes(mydata)
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. |
The input matrix with updated gene names on the rows.
data(dataset_racle) # mixture.fixgenes <- quantiseqr:::mapGenes(dataset_racle$expr_mat)