iSEE Workshop 2020 Edition
2.5K
SummarizedExperiment objects 
This workshop demonstrates the use of the iSEE package to create and configure interactive applications for the exploration of various types of genomics data sets (e.g., bulk and single-cell RNA-seq, CyTOF, gene expression microarray).
This workshop will be presented as a lab session that combines an instructor-led live demo, followed by hands-on experimentation guided by completely worked examples and stand-alone notes that participants may continue to use after the workshop.
The instructor-led live demo comprises three parts:
The hands-on lab comprises three parts:
Participants are encouraged to ask questions at any time during the workshop.
Additional background reading about the programming environment, relevant packages, and example use cases:
Students will participate by following along an R markdown document, and asking questions throughout the workshop. There is also scope for participants to apply iSEE to their own data sets, and fuel the discussion with more questions about specific use cases.
| Activity | Time |
|---|---|
| Lecture: Overview of package and concepts | 15m |
| Live demo: the user interface | 15m |
| Lab: Configuring the app interface | 20m |
| Lab: A single-cell RNA-seq workflow | 20m |
| Lab: Custom panels and advanced features | 20m |
| Additional questions | 15m |
Total: 1h45
SummarizedExperiment and SingleCellExperiment for downstream analyses and visualizationSummarizedExperiment and SingleCellExperiment objectsIn the Docker settings menu:
docker pull iseedevelopers/iseeworkshop2020docker run -e PASSWORD=isee -p 8787:8787 -d --rm iseedevelopers/iseeworkshop2020.
Use -v $(pwd):/home/rstudio argument to map your local directory to the container.rstudio and password isee.
Note that on Windows you need to provide your localhost IP address like http://191.163.92.108:8787/ - find it using docker-machine ip default in Docker's terminal.browseVignettes(package = "iSEEWorkshop2020").
Click on one of the links, "HTML", "source", "R code".
The requested page was not found error, add help/ to the URL right after the hostname, e.g., http://localhost:8787/help/library/iSEEWorkshop2020/doc/iSEE-lab.html.
This is a known bug.Content type
Image
Digest
Size
1.6 GB
Last updated
about 6 years ago
docker pull iseedevelopers/iseeworkshop2020