powered by
transform rownames of TCGA or TCGA_Gtex expression set from gdc or xena,from ensembl id to gene symbol
trans_exp(exp, mrna_only = FALSE, lncrna_only = FALSE, gtex = FALSE)
a transformed expression set with symbol
TCGA or TCGA_Gtex expression set from gdc or xena
only keep mrna rows in result
only keep lncrna rows in result
logical,whether including Gtex data
Xiaojie Sun
trans_array
exp = matrix(rnorm(1000),ncol = 10) rownames(exp) = sample(mRNA_annov23$gene_id,100) colnames(exp) = c(paste0("TCGA",1:5),paste0("GTEX",1:5)) k = trans_exp(exp)
Run the code above in your browser using DataLab