trans_exp
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)
exp
: TCGA or TCGA_Gtex expression set from gdc or xenamrna_only
: only keep mrna rows in resultlncrna_only
: only keep lncrna rows in resultgtex
: logical,whether including Gtex dataa transformed expression set with symbol
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)
trans_array
Xiaojie Sun
Downloads (last 30 days):