Some materials in this workshop were adapted from resources created by the iSEE
core development team (Kevin Rue-Albrecht, Federico Marini, Charlotte Soneson, Aaron Lun)
library("remotes")
remotes::install_github("NajlaAbassi/iSEEfierWorkshop2024",
dependencies = TRUE,
build_vignettes = TRUE)
iSEEfierWorkshop2024.Rproj
project filevignettes
folderworkshop_iSEEfier.Rmd
Rmarkdown file and execute its content live!Effectively exploring and visualizing omics data is one crucial step for uncovering new biological insights. iSEE
, a Bioconductor package/Shiny App, offers a wealth of powerful features to help you visualize your data at any stage of the data analysis pipeline.
This workshop will cover some of the core functionalities of iSEE
, as well as introducing iSEEfier
, a Bioconductor package and iSEE
extension, designed to simplify the setup of iSEE
instances, making it easier to create customized visualization sessions. The participant will learn how to use iSEE
and how to create tailored initial states with iSEEfier
for diverse data exploration goals.
SummarizedExperiment
classRelevant background reading:
iUSEiSEE
workshop: materials
You are encouraged to ask questions throughout the workshop. You can also write questions during, and after the workshop using the New issue button on the GitHub repository for this workshop.