Hi All,
library(TCGAbiolinks) is giving errors as gridExtra was renamed so I can not use it to download and analyzing the TCGA data. Except GDC Portal (our IT support having problems to install the data transfer tool, so I can not use it right now) is there any other alternatives to get the TCGA-BRCA data to do differential gene expression analysis.
Thanks,
Gokce
Thanks a lot for your reply. I will check the alternative you suggested. Also I posted the issue at github, but saw that another user also raised it 8 days ago. Hopefully, they will fix the issue soon. The error occurs when I want to use the library. The installations of R packages are done by system admin as we are using R on server therefore I can not comment about all install.dependancies are made TRUE or not.
Warning: program compiled against libxml 209 using older 207 Error: package or namespace load failed for TCGAbiolinks: object rbind.gtable is not exported by 'namespace:gridExtra'
I just saw in another of your post that a package module function name is changed . It has to be addressed by the group which is using that package having the name of the module hard coded in TCGAbiolinks command. If that function is compatible with new name then remove the concerned package and download the latest version and use it. But I guess you already have an answer of it in the other thread. It's a problem of namespace so yes you will have to see if someone fixes it at the github issue you raised. Else use to TCGA2STAT . This should work. Good luck!
Hi vchris_ngs,
I checked the TCGA2STAT. As you said it is what I need,thanks a lot! However, I guess the luck is not on my side, because now, I am getting segfault errors which I posted here to ask for help.