powered by
drop duplicated samples from the same patients
sam_filter(exp)
a transformed expression set without duplicated samples
TCGA or TCGA_Gtex expression set from gdc or xena
Xiaojie Sun
make_tcga_group;match_exp_cl
make_tcga_group
match_exp_cl
cod[1:4,1:4] dim(cod) cod2 = sam_filter(cod) dim(cod2) g = make_tcga_group(cod);table(g) library(stringr) table(!duplicated(str_sub(colnames(cod[,g=="tumor"]),1,12)))
Run the code above in your browser using DataLab