-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi Marcin,
I'm ready to starting putting the RTCGA data sets in ExperimentHub. The idea is that we'll create a data package, similar to the usual Experimental Data packages, that will have a little more documentation and background. The data will be in an S3 bucket - it's ok if the data.frames live in S3 and we transform them to SummarizedExperiment when the user invokes '[[' on the resource, e.g.,
eh = ExperimentHub()
eh[["EH1234"]]
To get started please do the following:
-
Let me know what you plan to name your data package, e.g., RTCGAData or just RTCGA etc. Once we have this we'll make an S3 bucket of the same name and give you permissions to upload the data.
-
Put together the data package following instructions here, specifically section 2.1 'Add New Resources':
Here is a sample package (data are in ExperimentHub) you can use as a template:
http://www.bioconductor.org/packages/3.3/data/experiment/html/GSE62944.html
Thanks.