View source: R/8_tcga_group_trans_exp.R
| sam_filter | R Documentation |
drop duplicated samples from the same patients
sam_filter(exp)
exp |
TCGA or TCGA+GTEx expression matrix from GDC or Xena |
a transformed expression set without duplicated samples
Xiaojie Sun
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.