powered by
drop duplicated samples from the same patients
sam_filter(exp)
a transformed expression set without duplicated samples
TCGA or TCGA+GTEx expression matrix from GDC or Xena
Xiaojie Sun
make_tcga_group;match_exp_cl
make_tcga_group
match_exp_cl
exp_hub1[1:4,1:4] dim(exp_hub1) exp2 = sam_filter(exp_hub1) dim(exp2) g = make_tcga_group(exp_hub1);table(g) table(!duplicated(substr(colnames(exp_hub1[,g=="tumor"]),1,12)))
Run the code above in your browser using DataLab