BioinformaticsFMRP / TCGAbiolinks

TCGAbiolinks
http://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html
289 stars 110 forks source link

Use data.table to merge results for different cases #503

Closed ShixiangWang closed 2 years ago

ShixiangWang commented 2 years ago

I tried downloading TCGA-STAD RNAseq data and found it was very slow when preparing the downloaded results. I updated the code with data.table to speed up part of it.

Best,

Shixiang

tiagochst commented 2 years ago

@ShixiangWang Thanks!

ShixiangWang commented 2 years ago

@tiagochst you're welcome. Please check my comment on the latest commit.