powered by
Transform rownames of an expression matrix from Ensembl IDs to gene symbols.
trans_exp(exp, mrna_only = FALSE, lncrna_only = FALSE, gtex = FALSE)
a transformed expression set with symbol
expression matrix with Ensembl IDs as rownames
only keep mrna rows in result
only keep lncrna rows in result
logical, whether to include GTEx data
Xiaojie Sun
trans_array
exp = matrix(rnorm(1000),ncol = 10) rownames(exp) = sample(mRNA_anno$gene_id,100) colnames(exp) = paste0("sample",1:10) k = trans_exp(exp)
Run the code above in your browser using DataLab