View source: R/quantiseqr_helpers.R
mapGenes | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.