Hi all,
I'm making a function that uses input TCGA datasets. I know that for the purpose of reproducibility, inputs need to be BioC objects, and not text files.
My question is: is there any package that allows me download TCGA datasets like a BioC objects (S4) ?
Thank you so much!
Thank you Mario for your answer. I want to download the following dataset :
I executed the following instruction: curatedTCGAData("SKCM","Methylation",F) to download HumanMethylation450 dataset, but the output is not that I want.
I never used this package, can you help me to resolve this problem?
This run in my env:
Obviously, the data are in MultiAssayExperiment format (a Bioconductor object-oriented S4 class)(https://bioconductor.org/packages/release/bioc/vignettes/MultiAssayExperiment/inst/doc/MultiAssayExperiment.html).
Thank you very much for your support! I have last question.. I executed this instruction:
> experiments(SKCM)
ExperimentList class object of length 1:
[1] SKCM_Methylation-20160128: SummarizedExperiment with 485577 rows and 475 columns
I want to convert ExperimentList class to a data frame. How can I do it?
Probably you don't want to convert this to a data frame, but learn to use the SummarizedExperiment class, see for instance here and the package vignette here.
df subsetted for 10 Patient, 10 features and 10 colData
thank you so much! The Only problem is that download Methylation dataset is very slow! And the S4 object occupies so much memory