Entering edit mode
21 months ago
Zahra
▴
110
Hi all, I want to import the TCGA data I previously downloaded using the TCGAbiolinks package into R. Whenever I want to import them, I must use GDCquery()
and GDCprepare()
. Is there any way to import data without using these functions? Indeed, the data I downloaded before is now unavailable on the TCGA database so there is no way but to import the downloaded data.
Thanks for any help.