BiocManager::install(
"waldronlab/MultiAssayWorkshop", dependencies=TRUE, build_vignettes=TRUE
)
Marcel Ramos, Ludwig Geistlinger, and Levi Waldron
CUNY School of Public Health
55 West 125th Street
New York, NY 10027
This workshop demonstrates how to leverage public multi-omics databases, such as the cBioPortal and The Cancer Genome Atlas (TCGA). Workshop participants are given an overview of the cBioPortalData, curatedTCGAData, terraTCGAdata, and SingleCellMultiModal, data packages. It introduces users to minimal data management with MultiAssayExperiment and TCGAutils, packages that organize and manage multi-omics datasets. The workshop will provide participants with ways to improve the ease-of-use of TCGA data, and introduce them to common Bioconductor data classes including SummarizedExperiment, MultiAssayExperiment, and RaggedExperiment. The workshop will also demonstrate the experimental terraTCGAdata package for working with TCGA data on the AnVIL Terra platform, as well as, a review of updates to existing functionality in cBioPortalData, MultiAssayExperiment, TCGAutils, TENxIO, and SingleCellMultiModal.
Keywords: Data Representation, Infrastructure, cBioPortal, MultiOmic Integration
GRanges and SummarizedExperiment classesParticipants will have a chance to build a MultiAssayExperiment object from scratch, and will also work with data and interfaces from the the curatedTCGAData and cBioPortalData packages.
55 minutes total
| Activity | Time |
|---|---|
| Overview of key packages and data classes | 15m |
Building a MultiAssayExperiment from scratch |
10m |
Introduction to curatedTCGAData, cBioPortalData, and terraTCGAdata
|
10m |
| Creating and importing TCGA multi-assay datasets | 10m |
| Subsetting and reshaping multi-assay data | 10m |
The Docker image for this workshop is available on the GitHub Container Registry. Pull (download) the image with the following command:
docker pull ghcr.io/waldronlab/multiassayworkshop:latest
Run the workshop with Docker by using the following command:
docker run -e PASSWORD=bioc -p 8787:8787 ghcr.io/waldronlab/multiassayworkshop:latest
TCGAutils for the management and coordination of multi-omic datacBioPortalData, curatedTCGAData, and terraTCGAdata
curatedTCGAData, cBioPortalData, and terraTCGAdata to create on-the-fly multi-omics data objectsMultiAssayExperiment to represent other multi-omics dataFor more involved / detailed questions, comments, or bug reports, resort to the Bioconductor support site or create an issue on the MultiAssayExperiment issue tracker on GitHub.